renamed all .h to .hpp
[supertux.git] / src / object / fireworks.cpp
index f31cea0..62904c5 100644 (file)
 //  02111-1307, USA.
 #include <config.h>
 
-#include "fireworks.h"
-#include "resources.h"
-#include "sector.h"
-#include "camera.h"
-#include "gameobjs.h"
-#include "main.h"
-#include "video/drawing_context.h"
-#include "audio/sound_manager.h"
+#include "fireworks.hpp"
+#include "resources.hpp"
+#include "sector.hpp"
+#include "camera.hpp"
+#include "gameobjs.hpp"
+#include "main.hpp"
+#include "video/drawing_context.hpp"
+#include "audio/sound_manager.hpp"
 
 Fireworks::Fireworks()
 {