fixed more animation bugs, added rudimentary UI
[faros-demo] / src / ui.h
diff --git a/src/ui.h b/src/ui.h
new file mode 100644 (file)
index 0000000..c2b519d
--- /dev/null
+++ b/src/ui.h
@@ -0,0 +1,11 @@
+#ifndef UI_H_
+#define UI_H_
+
+bool init_ui();
+void destroy_ui();
+
+void ui();
+
+void gl_printf(int x, int y, const char *fmt, ...);
+
+#endif /* UI_H_ */