Enemy pathing is back.

This commit is contained in:
Zed A. Shaw 2024-11-28 02:45:29 -05:00
parent 54fa1a23ce
commit 435ad8f237
2 changed files with 6 additions and 0 deletions

View file

@ -85,6 +85,7 @@ public:
Point center_camera(const Point &around, size_t view_x, size_t view_y);
void reset_light();
void set_light_target(const Point &at, int value=0);
void clear_light_target(const Point &at);
void path_light();
void light_box(LightSource source, Point from, Point &min_out, Point &max_out);
int light_level(int level, size_t x, size_t y);