Added definitions of new pure virtual methods in hotkey.hpp.

This commit is contained in:
Kristoffer Erlandsson 2004-04-25 19:40:38 +00:00
parent 8a80955b83
commit 7ce8cf8a6b

View file

@ -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 {