diff options
Diffstat (limited to 'src/game/server/srv_common.h')
| -rw-r--r-- | src/game/server/srv_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/server/srv_common.h b/src/game/server/srv_common.h index c749241a..74fb607c 100644 --- a/src/game/server/srv_common.h +++ b/src/game/server/srv_common.h @@ -128,6 +128,7 @@ public: int gametype; gameobject(); + void do_team_wincheck(); void do_warmup(int seconds); void startround(); |