409bd94946e4ea5d53a7407ac5662f159508d315
[laserbrain_demo] / src / ui_exhibit.cc
1 #include "ui_exhibit.h"
2 #include "app.h"
3
4 bool exui_init()
5 {
6         return true;
7 }
8
9 void exui_shutdown()
10 {
11 }
12
13 void exui_update(float dt)
14 {
15 }
16
17 void exui_draw()
18 {
19         if(!exsel_active) return;
20
21 }