X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fui_exhibit.h;h=335e23e3059d21de99d0cfda0a06bd03d1e37183;hp=6fdb6ca72d8f299caed8e352825a28997873203e;hb=92e1b315a32da123b2f8d7bb633375033a10c66d;hpb=91c5d07b779f24afec373047afe401b8811811c7 diff --git a/src/ui_exhibit.h b/src/ui_exhibit.h index 6fdb6ca..335e23e 100644 --- a/src/ui_exhibit.h +++ b/src/ui_exhibit.h @@ -1,8 +1,18 @@ #ifndef UI_EXHIBIT_H_ #define UI_EXHIBIT_H_ +#include + +class SceneNode; + bool exui_init(); void exui_shutdown(); +void exui_setnode(const SceneNode *node); + +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();