1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

fast search

This commit is contained in:
Laserlicht
2024-10-01 21:36:45 +02:00
parent 07aa7bac3c
commit e86b694b22
5 changed files with 15 additions and 6 deletions

View File

@@ -76,7 +76,7 @@ class AdventureMapShortcuts
void nextTown();
void nextObject();
void zoom( int distance);
void search();
void search(bool next);
void moveHeroDirectional(const Point & direction);
public: