summaryrefslogtreecommitdiff
path: root/src/console.h
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2016-04-05 14:01:50 +0200
committerPaweł Redman <pawel.redman@gmail.com>2016-04-05 14:01:50 +0200
commitc7acaee6651a84ef9102b29350c37803c8f435a9 (patch)
tree68af0d065a3580c32558feda7dc918e112771238 /src/console.h
parent77a74fcea5c628bb426b5cce1012e4e5504b10f1 (diff)
Console WIP.
Diffstat (limited to 'src/console.h')
-rw-r--r--src/console.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/console.h b/src/console.h
new file mode 100644
index 0000000..2204ce9
--- /dev/null
+++ b/src/console.h
@@ -0,0 +1,6 @@
+#include "common.h"
+#include "physics.h"
+
+int con_init(void);
+void con_quit(void);
+int con_thread_f(phy_sim *sim);