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/g_layers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/g_layers.cpp') diff --git a/src/game/g_layers.cpp b/src/game/g_layers.cpp index 07ffec4b..254bc083 100644 --- a/src/game/g_layers.cpp +++ b/src/game/g_layers.cpp @@ -1,5 +1,5 @@ #include -#include "g_layers.h" +#include "g_layers.hpp" static MAPITEM_LAYER_TILEMAP *game_layer = 0; static MAPITEM_GROUP *game_group = 0; -- cgit 1.4.1