Completed airflower powerup abilities.
[supertux.git] / src / scripting / candle.cpp
index c12f8ac..3e4df42 100644 (file)
 #include "object/candle.hpp"
 #include "scripting/candle.hpp"
 
-#define NOIMPL      log_fatal << __PRETTY_FUNCTION__ << " not implemented."
+namespace scripting {
 
-namespace Scripting {
-
-Candle::Candle(::Candle* candle)
-  : candle(candle)
+Candle::Candle(::Candle* candle_)
+  : candle(candle_)
 { }
 
 Candle::~Candle()