X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fui_exhibit.h;h=73e2947e7e2cba0a551dbff68582c79814108194;hp=6fdb6ca72d8f299caed8e352825a28997873203e;hb=2fd19c29d765f973a757807d4e051e09495b47b4;hpb=91c5d07b779f24afec373047afe401b8811811c7 diff --git a/src/ui_exhibit.h b/src/ui_exhibit.h index 6fdb6ca..73e2947 100644 --- a/src/ui_exhibit.h +++ b/src/ui_exhibit.h @@ -1,8 +1,20 @@ #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_rotation(const Vec3 &euler); +void exui_scale(float s); + +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();