about summary refs log tree commit diff
path: root/src/game/server/srv_tdm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/srv_tdm.h')
-rw-r--r--src/game/server/srv_tdm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/server/srv_tdm.h b/src/game/server/srv_tdm.h
index 748c2e9e..5caa00c3 100644
--- a/src/game/server/srv_tdm.h
+++ b/src/game/server/srv_tdm.h
@@ -2,5 +2,6 @@
 class gameobject_tdm : public gameobject
 {
 public:
+	gameobject_tdm();
 	virtual void tick();
 };