summaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2016-04-06 00:26:28 +0200
committerPaweł Redman <pawel.redman@gmail.com>2016-04-06 00:26:28 +0200
commit5659a1baba94d10f76e72c8bbb9fa7576ab4f19b (patch)
tree1f096951e2233dc897c5c083eac3a700fa27ecca /src/ui.h
parentc7acaee6651a84ef9102b29350c37803c8f435a9 (diff)
Proper console, run-time sim editing.
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui.h b/src/ui.h
index 73b355b..e114560 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -4,6 +4,7 @@
#include "common.h"
#include "renderer.h"
#include "physics.h"
+#include "console.h"
int ui_init(void);
void ui_quit(void);