rayfract

view src/gui.h @ 7:c27b24c9fdd2

fixed the makefile to work on freebsd
author John Tsiombikas <nuclear@mutantstargoat.com>
date Wed, 05 Oct 2011 02:26:46 +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