about summary refs log tree commit diff
path: root/src/game/server/gs_game_tdm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/gs_game_tdm.hpp')
-rw-r--r--src/game/server/gs_game_tdm.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/game/server/gs_game_tdm.hpp b/src/game/server/gs_game_tdm.hpp
new file mode 100644
index 00000000..516b581c
--- /dev/null
+++ b/src/game/server/gs_game_tdm.hpp
@@ -0,0 +1,10 @@
+/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
+// game object
+class GAMECONTROLLER_TDM : public GAMECONTROLLER
+{
+public:
+	GAMECONTROLLER_TDM();
+	
+	int on_player_death(class PLAYER *victim, class PLAYER *killer, int weapon);
+	virtual void tick();
+};