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/client/gc_flow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/client/gc_flow.cpp') diff --git a/src/game/client/gc_flow.cpp b/src/game/client/gc_flow.cpp index aac35058..63e60617 100644 --- a/src/game/client/gc_flow.cpp +++ b/src/game/client/gc_flow.cpp @@ -1,7 +1,7 @@ #include #include -#include "gc_client.h" -#include "../g_layers.h" +#include "gc_client.hpp" +#include "../g_layers.hpp" struct FLOWCELL { -- cgit 1.4.1