22 #ifndef AGS_ENGINE_AC_ROUTE_FINDER_IMPL 23 #define AGS_ENGINE_AC_ROUTE_FINDER_IMPL 25 #include "ags/shared/ac/game_version.h" 40 namespace RouteFinder {
42 void init_pathfinder();
43 void shutdown_pathfinder();
45 void set_wallscreen(AGS::Shared::Bitmap *wallscreen);
47 int can_see_from(
int x1,
int y1,
int x2,
int y2);
48 void get_lastcpos(
int &lastcx,
int &lastcy);
50 int find_route(
short srcx,
short srcy,
short xx,
short yy,
int move_speed_x,
int move_speed_y, AGS::Shared::Bitmap *onscreen,
int movlst,
int nocross = 0,
int ignore_walls = 0);
51 void recalculate_move_speeds(MoveList *mlsp,
int old_speed_x,
int old_speed_y,
int new_speed_x,
int new_speed_y);
52 bool add_waypoint_direct(MoveList *mlsp,
short x,
short y,
int move_speed_x,
int move_speed_y);
Definition: achievements_tables.h:27