SuperTux lib became a bit more independend of SupeTux.
[supertux.git] / lib / app / globals.h
index 73c600b..0fb80b7 100644 (file)
 
 #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;