diff options
Diffstat (limited to 'src/game/server/srv_tdm.h')
| -rw-r--r-- | src/game/server/srv_tdm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/server/srv_tdm.h b/src/game/server/srv_tdm.h index 46d70689..70b4646e 100644 --- a/src/game/server/srv_tdm.h +++ b/src/game/server/srv_tdm.h @@ -4,5 +4,7 @@ class gameobject_tdm : public gameobject { public: gameobject_tdm(); + + int on_player_death(class player *victim, class player *killer, int weapon); virtual void tick(); }; |