Moved Tux' and Badguys' sprites from sprites.strf to individual .sprite files
[supertux.git] / src / object / platform.cpp
index 9bbc5fe..c0a59a7 100644 (file)
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //  02111-1307, USA.
-
 #include <config.h>
 
 #include "platform.hpp"
+
+#include <iostream>
 #include "video/drawing_context.hpp"
 #include "resources.hpp"
 #include "player.hpp"