about summary refs log tree commit diff
path: root/src/game/client
diff options
context:
space:
mode:
authorJakob Fries <jakob.fries@gmail.com>2007-08-05 15:56:32 +0000
committerJakob Fries <jakob.fries@gmail.com>2007-08-05 15:56:32 +0000
commite4829981b1d3e746a8f2b6c6cc41b8ba965c5e0e (patch)
tree126f12b869d45d12365d16d1b01e05d4099c4151 /src/game/client
parent9abbb0899b3770d29937c5b761a09d0ce42ed76b (diff)
downloadzcatch-e4829981b1d3e746a8f2b6c6cc41b8ba965c5e0e.tar.gz
zcatch-e4829981b1d3e746a8f2b6c6cc41b8ba965c5e0e.zip
Diffstat (limited to 'src/game/client')
-rw-r--r--src/game/client/menu.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/client/menu.cpp b/src/game/client/menu.cpp
index 3066819c..a3b94356 100644
--- a/src/game/client/menu.cpp
+++ b/src/game/client/menu.cpp
@@ -9,12 +9,14 @@
 
 
 #include <baselib/system.h>
+#include <baselib/config.h>
 #include <baselib/input.h>
 #include <baselib/network.h>
 #include <baselib/math.h>
 
 #include <engine/interface.h>
 #include <engine/versions.h>
+#include <engine/config.h>
 #include "../mapres.h"
 
 #include <engine/client/ui.h>