X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fui_exhibit.h;h=73e2947e7e2cba0a551dbff68582c79814108194;hp=335e23e3059d21de99d0cfda0a06bd03d1e37183;hb=6ef619c6d92c698728576a4ec1c798a0f716d9a4;hpb=92e1b315a32da123b2f8d7bb633375033a10c66d 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);