X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=lib%2Fapp%2Fglobals.h;h=83d57edb855355a66d89d1bc8ca16666d25bb88d;hb=8e0bad9f82ccbc811a18edd7ce6c6f69c5bca082;hp=f1ba02980d57c93cc461bec7685b737dcb4845af;hpb=ac9e53e5d668d20fcae8c6ac728602d5359a6004;p=supertux.git diff --git a/lib/app/globals.h b/lib/app/globals.h index f1ba02980..83d57edb8 100644 --- a/lib/app/globals.h +++ b/lib/app/globals.h @@ -26,7 +26,7 @@ #include "SDL.h" -#include "../video/font.h" +#include "video/font.h" #include "tinygettext.h" namespace SuperTux @@ -67,6 +67,7 @@ namespace SuperTux extern bool use_fullscreen; extern bool debug_mode; extern bool show_fps; + extern bool debug_grid; /** The number of the joystick that will be use in the game */ extern int joystick_num;