diff options
Diffstat (limited to 'chaos/src/map_base.hpp')
-rw-r--r-- | chaos/src/map_base.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chaos/src/map_base.hpp b/chaos/src/map_base.hpp index c88f9ba..e71fe61 100644 --- a/chaos/src/map_base.hpp +++ b/chaos/src/map_base.hpp @@ -26,7 +26,10 @@ class map_base : public chaos_base { - +protected: + virtual void m_step() + { + } }; #define MAP_CALLBACKS \ |