diff options
Diffstat (limited to 'src/game/server/srv_common.h')
| -rw-r--r-- | src/game/server/srv_common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/server/srv_common.h b/src/game/server/srv_common.h index 82375d25..209d99e0 100644 --- a/src/game/server/srv_common.h +++ b/src/game/server/srv_common.h @@ -141,7 +141,9 @@ public: void startround(); void endround(); - + + bool is_friendly_fire(int cid1, int cid2); + virtual void post_reset(); virtual void tick(); |