summaryrefslogtreecommitdiffstats
path: root/src/ui/key.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/key.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/key.h')
-rw-r--r--src/ui/key.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/key.h b/src/ui/key.h
index db7d856..5ca71b0 100644
--- a/src/ui/key.h
+++ b/src/ui/key.h
@@ -27,9 +27,11 @@
#include <common/iman.h>
#include <common/event.h>
#include <common/restext.h>
+#include <common/key.h>
#include <app/app.h>
+namespace Ui {
class CKey : public CControl
{
@@ -55,3 +57,5 @@ class CKey : public CControl
};
+}
+