first very unfinished and unpolished version of the intro
[supertux.git] / src / object / electrifier.hpp
index 3cfa1b8..8834cbf 100644 (file)
 #ifndef __ELECTRIFIER_H__
 #define __ELECTRIFIER_H__
 
-#include <config.h>
 #include "resources.hpp"
 #include "game_object.hpp"
 #include "timer.hpp"
+#include <stdint.h>
 
 //Changes all tiles with the given ID to a new one for a given amount of time, then removes itself
 //Used by the Kugelblitz to electrify water - can be used for other effects, too