rayfract

view src/gui.h @ 4:e4349f5804b9

switched to imtk
author John Tsiombikas <nuclear@siggraph.org>
date Fri, 29 Apr 2011 07:30:31 +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