Added definitions of new pure virtual methods in hotkey.hpp.
This commit is contained in:
parent
8a80955b83
commit
7ce8cf8a6b
1 changed files with 2 additions and 0 deletions
|
@ -140,6 +140,8 @@ public:
|
|||
virtual void label_terrain() {}
|
||||
virtual void show_enemy_moves(bool ignore_units) {}
|
||||
virtual void edit_set_terrain() {}
|
||||
virtual void toggle_shroud_updates() {}
|
||||
virtual void update_shroud_now() {}
|
||||
|
||||
// exception thrown when new map is to be loaded.
|
||||
struct new_map_exception {
|
||||
|
|
Loading…
Add table
Reference in a new issue