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_tdm.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/server/gs_game_tdm.cpp') diff --git a/src/game/server/gs_game_tdm.cpp b/src/game/server/gs_game_tdm.cpp index 10c5a7dc..c591b447 100644 --- a/src/game/server/gs_game_tdm.cpp +++ b/src/game/server/gs_game_tdm.cpp @@ -1,7 +1,7 @@ /* copyright (c) 2007 magnus auvinen, see licence.txt for more info */ #include -#include "gs_common.h" -#include "gs_game_tdm.h" +#include "gs_common.hpp" +#include "gs_game_tdm.hpp" GAMECONTROLLER_TDM::GAMECONTROLLER_TDM() { -- cgit 1.4.1