fix growup, lightmap experiments with willowisp
[supertux.git] / src / resources.hpp
index 30a6eb5..1771aa5 100644 (file)
@@ -19,8 +19,6 @@
 #ifndef SUPERTUX_RESOURCES_H
 #define SUPERTUX_RESOURCES_H
 
-#include <string>
-
 class SpriteManager;
 class Menu;
 class Font;
@@ -50,7 +48,6 @@ extern Font* blue_text;
 extern Font* gray_text;
 extern Font* white_small_text;
 extern Font* white_big_text;
-extern Font* yellow_nums;
 
 void load_shared();
 void unload_shared();