Added support for one time animations to Sprite.
[supertux.git] / lib / app / globals.h
index 6de62d6..246e1ab 100644 (file)
@@ -69,10 +69,11 @@ namespace SuperTux
   extern char* level_startup_file;
   extern bool launch_leveleditor_mode;
   extern bool launch_worldmap_mode;
+  extern bool flip_levels_mode;
 
   /* SuperTux directory ($HOME/.supertux) and save directory($HOME/.supertux/save) */
-  extern char* st_dir;
-  extern char* st_save_dir;
+  extern std::string st_dir;
+  extern std::string st_save_dir;
   
   extern SDL_Joystick * js;