rayfract

view src/gui.h @ 3:bf1d56975cc9

- added visual studio project - removed vmath dependency
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 26 Oct 2010 09:52:57 +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