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_particles.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/client/gc_particles.cpp') diff --git a/src/game/client/gc_particles.cpp b/src/game/client/gc_particles.cpp index 2c3ef36c..504ebbab 100644 --- a/src/game/client/gc_particles.cpp +++ b/src/game/client/gc_particles.cpp @@ -1,6 +1,6 @@ #include -#include "gc_client.h" -#include "../generated/gc_data.h" +#include "gc_client.hpp" +#include "../generated/gc_data.hpp" // NOTE: the way the particle system works isn't very cache friendly -- cgit 1.4.1