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