diff --git a/src/editor/editor.hpp b/src/editor/editor.hpp index e5c031b2428..2c4e93c8ed2 100644 --- a/src/editor/editor.hpp +++ b/src/editor/editor.hpp @@ -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 {