X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=lib%2Fapp%2Fglobals.h;h=83d57edb855355a66d89d1bc8ca16666d25bb88d;hb=133d94d5b145f325c38c8c15c9ea561bfffb092d;hp=246e1abc413e51d2fb0cbe70f25a613eda8d3c57;hpb=c03f452931adede1ad3f654a8329bbb58f5e4c61;p=supertux.git diff --git a/lib/app/globals.h b/lib/app/globals.h index 246e1abc4..83d57edb8 100644 --- a/lib/app/globals.h +++ b/lib/app/globals.h @@ -26,13 +26,17 @@ #include "SDL.h" -#include "../video/font.h" -#include "../gui/menu.h" -#include "../gui/mousecursor.h" +#include "video/font.h" +#include "tinygettext.h" namespace SuperTux { + extern TinyGetText::DictionaryManager dictionary_manager; + extern TinyGetText::Dictionary* dictionary; + + class MouseCursor; + extern std::string datadir; extern std::string package_symbol_name; extern std::string package_name; @@ -63,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;