Home
last modified time | relevance | path

Searched defs:MakeWay (Results 1 – 4 of 4) sorted by relevance

/dports/games/easyrpg-player/Player-0.7.0/tests/
H A Dtest_move_route.h34 bool MakeWay(int, int, int, int) override { in MakeWay() function
52 bool MakeWay(int, int, int, int) override { in MakeWay() function
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dgame_character.cpp456 bool Game_Character::MakeWay(int from_x, int from_y, int to_x, int to_y) { in MakeWay() function in Game_Character
H A Dgame_player.cpp166 bool Game_Player::MakeWay(int from_x, int from_y, int to_x, int to_y) { in MakeWay() function in Game_Player
H A Dgame_map.cpp539 bool Game_Map::MakeWay(const Game_Character& self, in MakeWay() function in Game_Map