aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/map_base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'chaos/src/map_base.hpp')
-rw-r--r--chaos/src/map_base.hpp5
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 \