Included supertux.h stuff into it.
[supertux.git] / src / resources.h
index e9ed41f..33c6719 100644 (file)
@@ -8,6 +8,13 @@ extern texture_type img_poletop;
 extern texture_type img_flag[2];
 extern texture_type img_cloud[2][4];
 
+extern texture_type img_box_full;
+extern texture_type img_box_empty;
+extern texture_type img_mints;
+extern texture_type img_coffee;
+extern texture_type img_super_bkgd;
+extern texture_type img_red_glow;
+
 void loadshared();
 void unloadshared();