summaryrefslogtreecommitdiffstats
path: root/src/ui/interface.h
diff options
context:
space:
mode:
authorerihel <erihel@gmail.com>2012-08-17 23:03:52 +0200
committererihel <erihel@gmail.com>2012-08-17 23:03:52 +0200
commitea6269c4110282a3e7c05bec9c7f17ffd1bd5191 (patch)
tree712508692172671a06e6453908704b1c8f7ace94 /src/ui/interface.h
parent6ff8706d041d0b204734eabcfc4f6acf39cfbbf2 (diff)
downloadcolobot-ea6269c4110282a3e7c05bec9c7f17ffd1bd5191.tar.gz
colobot-ea6269c4110282a3e7c05bec9c7f17ffd1bd5191.tar.bz2
colobot-ea6269c4110282a3e7c05bec9c7f17ffd1bd5191.zip
* ui/key.cpp compiles
* csoundinterface to ccontrol
Diffstat (limited to 'src/ui/interface.h')
-rw-r--r--src/ui/interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/interface.h b/src/ui/interface.h
index d8f4d62..43f2698 100644
--- a/src/ui/interface.h
+++ b/src/ui/interface.h
@@ -49,6 +49,7 @@
#include <ui/map.h>
#include <ui/window.h>
+namespace Ui {
const int MAXCONTROL = 100;
@@ -100,3 +101,4 @@ class CInterface
};
+}