From 3705064b109580103a3d13f44693503da9927281 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Thu, 12 Jun 2008 12:09:34 +0000 Subject: renamed .h to .hpp in game because they are c++ headers --- src/game/editor/ed_layer_tiles.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/game/editor/ed_layer_tiles.cpp') diff --git a/src/game/editor/ed_layer_tiles.cpp b/src/game/editor/ed_layer_tiles.cpp index 18e3b695..d77f0970 100644 --- a/src/game/editor/ed_layer_tiles.cpp +++ b/src/game/editor/ed_layer_tiles.cpp @@ -1,6 +1,6 @@ -#include -#include -#include +#include +#include +#include #include "ed_editor.hpp" LAYER_TILES::LAYER_TILES(int w, int h) -- cgit 1.4.1