fixed incorrect checking of the existence of GLX_EXT_swap_control and friends
[demo_prior] / src / demo.h
index 6ede328..d15521a 100644 (file)
@@ -5,6 +5,11 @@ extern int win_width, win_height;
 extern float win_aspect;
 extern long time_msec;
 
+extern struct dtx_font *fnt_ui;
+extern int fnt_ui_size;
+
+extern int dbgui;
+
 
 int demo_init(void);
 void demo_cleanup(void);