- moved loadshared() to the right point
[supertux.git] / src / globals.h
index f31c6b2..6ee3240 100644 (file)
 extern std::string datadir;
 
 extern SDL_Surface * screen;
-extern text_type black_text, gold_text, white_text, white_small_text, white_big_text, blue_text, red_text, yellow_nums;
+extern text_type black_text;
+extern text_type gold_text;
+extern text_type white_text;
+extern text_type white_small_text;
+extern text_type white_big_text;
+extern text_type blue_text;
+extern text_type red_text;
+extern text_type yellow_nums;
 
 extern MouseCursor * mouse_cursor;