fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / tile_manager.hpp
index 585b3f8..64906cf 100644 (file)
@@ -53,7 +53,7 @@ private:
   std::set<TileGroup> tilegroups;
 
   std::string tiles_path;
-  
+
   void load_tileset(std::string filename);
 
 public:
@@ -77,7 +77,7 @@ public:
 
     if(tile->images.size() == 0 && tile->imagespecs.size() != 0)
       tile->load_images(tiles_path);
-    
+
     return tile;
   }
 
@@ -97,4 +97,6 @@ public:
   }
 };
 
+extern TileManager* tile_manager;
+
 #endif