summaryrefslogtreecommitdiffstats
path: root/src/ui/interface.cpp
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.cpp
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.cpp')
-rw-r--r--src/ui/interface.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/interface.cpp b/src/ui/interface.cpp
index afedfc9..0398e7f 100644
--- a/src/ui/interface.cpp
+++ b/src/ui/interface.cpp
@@ -20,6 +20,8 @@
#include <ui/interface.h>
+namespace Ui {
+
CInterface::CInterface()
{
@@ -337,3 +339,5 @@ void CInterface::Draw()
m_table[i]->Draw();
}
}
+
+}