6fdb6ca72d8f299caed8e352825a28997873203e
[laserbrain_demo] / src / ui_exhibit.h
1 #ifndef UI_EXHIBIT_H_
2 #define UI_EXHIBIT_H_
3
4 bool exui_init();
5 void exui_shutdown();
6
7 void exui_update(float dt);
8 void exui_draw();
9
10 #endif  // UI_EXHIBIT_H_