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/server/gs_game_ctf.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/game/server/gs_game_ctf.cpp') diff --git a/src/game/server/gs_game_ctf.cpp b/src/game/server/gs_game_ctf.cpp index 59ec3981..031be42a 100644 --- a/src/game/server/gs_game_ctf.cpp +++ b/src/game/server/gs_game_ctf.cpp @@ -1,8 +1,8 @@ /* copyright (c) 2007 magnus auvinen, see licence.txt for more info */ #include -#include -#include "gs_common.h" -#include "gs_game_ctf.h" +#include +#include "gs_common.hpp" +#include "gs_game_ctf.hpp" GAMECONTROLLER_CTF::GAMECONTROLLER_CTF() { -- cgit 1.4.1