X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fui_exhibit.h;fp=src%2Fui_exhibit.h;h=6fdb6ca72d8f299caed8e352825a28997873203e;hp=0000000000000000000000000000000000000000;hb=91c5d07b779f24afec373047afe401b8811811c7;hpb=b5ed5107e21ff834d5a4510b9047f976abb03dff diff --git a/src/ui_exhibit.h b/src/ui_exhibit.h new file mode 100644 index 0000000..6fdb6ca --- /dev/null +++ b/src/ui_exhibit.h @@ -0,0 +1,10 @@ +#ifndef UI_EXHIBIT_H_ +#define UI_EXHIBIT_H_ + +bool exui_init(); +void exui_shutdown(); + +void exui_update(float dt); +void exui_draw(); + +#endif // UI_EXHIBIT_H_