bf0d222102b191413019d3182b6e2a9c5a54d7c4
[laserbrain_demo] / src / ui_exhibit.h
1 #ifndef UI_EXHIBIT_H_
2 #define UI_EXHIBIT_H_
3
4 #include <gmath/gmath.h>
5
6 bool exui_init();
7 void exui_shutdown();
8
9 void exui_change_tab(int dir);
10 void exui_scroll(float delta);
11
12 bool exui_raytest(const Ray &ray);
13
14 void exui_update(float dt);
15 void exui_draw();
16
17 #endif  // UI_EXHIBIT_H_