X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fui_exhibit.h;h=73e2947e7e2cba0a551dbff68582c79814108194;hb=73b213a3546d98310fb9d70abfb4f38d1bd7c682;hp=335e23e3059d21de99d0cfda0a06bd03d1e37183;hpb=92e1b315a32da123b2f8d7bb633375033a10c66d;p=laserbrain_demo diff --git a/src/ui_exhibit.h b/src/ui_exhibit.h index 335e23e..73e2947 100644 --- a/src/ui_exhibit.h +++ b/src/ui_exhibit.h @@ -8,6 +8,8 @@ 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);