Fixing SuperTux crashes when compiled on Mac OS X 10.9
[supertux.git] / src / supertux / resources.hpp
index f63c56a..7466010 100644 (file)
@@ -19,6 +19,8 @@
 #define HEADER_SUPERTUX_SUPERTUX_RESOURCES_HPP
 
 #include "video/font_ptr.hpp"
+#include "video/surface_ptr.hpp"
+#include "supertux/tile_set.hpp"
 
 class MouseCursor;
 
@@ -32,6 +34,12 @@ public:
   static FontPtr small_font;
   static FontPtr big_font;
 
+  static SurfacePtr checkbox;
+  static SurfacePtr checkbox_checked;
+  static SurfacePtr back;
+  static SurfacePtr arrow_left;
+  static SurfacePtr arrow_right;
+  
 public:
   static void load_shared();
   static void unload_shared();