rayfract

view src/gui.h @ 2:87b6a11c920b

added gui stuff
author John Tsiombikas <nuclear@siggraph.org>
date Tue, 26 Oct 2010 08:49:09 +0300
parents
children e4349f5804b9
line source
1 #ifndef GUI_H_
2 #define GUI_H_
4 #include <ubertk.h>
6 int gui_init(int xsz, int ysz);
7 void gui_draw();
8 void gui_set_visible(bool vis);
10 #endif