ExhibitSlots and exhibit placement (initial)
[laserbrain_demo] / src / ui_exhibit.h
diff --git a/src/ui_exhibit.h b/src/ui_exhibit.h
new file mode 100644 (file)
index 0000000..6fdb6ca
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef UI_EXHIBIT_H_
+#define UI_EXHIBIT_H_
+
+bool exui_init();
+void exui_shutdown();
+
+void exui_update(float dt);
+void exui_draw();
+
+#endif // UI_EXHIBIT_H_