diff options
Diffstat (limited to 'src/game/client/component.hpp')
| -rw-r--r-- | src/game/client/component.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/component.hpp b/src/game/client/component.hpp index f03165d2..3d5edb86 100644 --- a/src/game/client/component.hpp +++ b/src/game/client/component.hpp @@ -18,6 +18,7 @@ public: virtual void on_save() {}; virtual void on_reset() {}; virtual void on_render() {}; + virtual void on_mapload() {}; virtual void on_message(int msg, void *rawmsg) {} virtual bool on_mousemove(float x, float y) { return false; } virtual bool on_input(INPUT_EVENT e) { return false; } |