X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fui_exhibit.h;h=bf0d222102b191413019d3182b6e2a9c5a54d7c4;hp=6fdb6ca72d8f299caed8e352825a28997873203e;hb=7ffa5c50d9254af9bd746fc5e6bc8e5db8eda675;hpb=37b68f014b46922b885c6344d6b069cba3c9c3c5 diff --git a/src/ui_exhibit.h b/src/ui_exhibit.h index 6fdb6ca..bf0d222 100644 --- a/src/ui_exhibit.h +++ b/src/ui_exhibit.h @@ -1,9 +1,16 @@ #ifndef UI_EXHIBIT_H_ #define UI_EXHIBIT_H_ +#include + bool exui_init(); void exui_shutdown(); +void exui_change_tab(int dir); +void exui_scroll(float delta); + +bool exui_raytest(const Ray &ray); + void exui_update(float dt); void exui_draw();