rayfract

diff 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 diff
     1.1 --- a/src/gui.h	Tue Oct 26 09:52:57 2010 +0300
     1.2 +++ b/src/gui.h	Fri Apr 29 07:30:31 2011 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  #ifndef GUI_H_
     1.5  #define GUI_H_
     1.6  
     1.7 -#include <ubertk.h>
     1.8 +#include <imtk.h>
     1.9  
    1.10  int gui_init(int xsz, int ysz);
    1.11  void gui_draw();