rayfract

view src/gui.h @ 5:48e0e7d33d9e

foo
author John Tsiombikas <nuclear@siggraph.org>
date Sat, 28 May 2011 22:31:07 +0300
parents 87b6a11c920b
children
line source
1 #ifndef GUI_H_
2 #define GUI_H_
4 #include <imtk.h>
6 int gui_init(int xsz, int ysz);
7 void gui_draw();
8 void gui_set_visible(bool vis);
10 #endif