Background can now render three images: Top, Center and Bottom
[supertux.git] / src / object / electrifier.hpp
index cc6a7a0..8834cbf 100644 (file)
 #ifndef __ELECTRIFIER_H__
 #define __ELECTRIFIER_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