From 0dc897fe78c41d0420105f3a1ce02b31fcf5d376 Mon Sep 17 00:00:00 2001 From: Andy Belle-Isle Date: Wed, 16 Sep 2015 18:00:38 -0400 Subject: Fixed Conflicts Had to remove -Wextra because it didn't allow for int argc, char** argv and SDL requires those in the main function. Also removed glActiveTexture() because it wasn't declared, currently everything works fine without it, but I'll find a way to fix it soon, but for now it works. --- include/UIClass.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/UIClass.h b/include/UIClass.h index 867044e..ed07551 100644 --- a/include/UIClass.h +++ b/include/UIClass.h @@ -7,6 +7,7 @@ namespace ui { extern int mousex,mousey; + extern bool debug; void init(const char *ttf); void setFontSize(unsigned int fs); void putText(const float x,const float y,const char *s,...); -- cgit v1.2.3