X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=lib%2Fapp%2Fglobals.h;h=0fb80b7d90834c0a415e006969fc7f2aca661106;hb=6d682d915eb92b08f2a92906a07d77f0749f0b6c;hp=73c600b6c16622624d829806c17951db41221bd6;hpb=edaacb3651cf0560314dd008d7243be4b3b2f8c6;p=supertux.git diff --git a/lib/app/globals.h b/lib/app/globals.h index 73c600b6c..0fb80b7d9 100644 --- a/lib/app/globals.h +++ b/lib/app/globals.h @@ -26,14 +26,17 @@ #include "SDL.h" -#include "video/font.h" -#include "gui/menu.h" -#include "gui/mousecursor.h" +#include "../video/font.h" +#include "../gui/menu.h" +#include "../gui/mousecursor.h" namespace SuperTux { extern std::string datadir; + extern std::string package_symbol_name; + extern std::string package_name; + extern std::string package_version; struct JoystickKeymap { @@ -77,7 +80,7 @@ namespace SuperTux /* SuperTux directory ($HOME/.supertux) and save directory($HOME/.supertux/save) */ extern char* st_dir; extern char* st_save_dir; - + extern float game_speed; extern SDL_Joystick * js;