Turned a lot of other global objects into Currentons
[supertux.git] / src / supertux / resources.hpp
index 243947b..dcd9dcb 100644 (file)
@@ -41,8 +41,8 @@ public:
   static SurfacePtr arrow_right;
 
 public:
-  static void load_shared();
-  static void unload_shared();
+  Resources();
+  ~Resources();
 };
 
 #endif