diff options
Diffstat (limited to 'src/game/server/gs_common.h')
| -rw-r--r-- | src/game/server/gs_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/server/gs_common.h b/src/game/server/gs_common.h index 605bbadc..90363cb8 100644 --- a/src/game/server/gs_common.h +++ b/src/game/server/gs_common.h @@ -141,6 +141,8 @@ public: bool is_friendly_fire(int cid1, int cid2); + virtual bool on_entity(int index, vec2 pos); + virtual void post_reset(); virtual void tick(); |