Rudimentary approach at water splash effect for badguys
[supertux.git] / src / supertux / resources.hpp
index 8648a91..dcd9dcb 100644 (file)
@@ -20,6 +20,7 @@
 
 #include "video/font_ptr.hpp"
 #include "video/surface_ptr.hpp"
+#include "supertux/tile_set.hpp"
 
 class MouseCursor;
 
@@ -40,8 +41,8 @@ public:
   static SurfacePtr arrow_right;
 
 public:
-  static void load_shared();
-  static void unload_shared();
+  Resources();
+  ~Resources();
 };
 
 #endif