From 196c1c0bffa8bb594ff0a7442748030f47cc9c58 Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Sun, 14 Nov 2010 13:18:14 +0100 Subject: Renamed .hpp files into .h for consistency. Also added an header to the autoattack.{h,cpp} files. Big but trivial fix. --- src/game-server/effect.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/game-server/effect.cpp') diff --git a/src/game-server/effect.cpp b/src/game-server/effect.cpp index d00ae5b2..b7c6c643 100644 --- a/src/game-server/effect.cpp +++ b/src/game-server/effect.cpp @@ -18,10 +18,10 @@ * along with The Mana Server. If not, see . */ -#include "game-server/effect.hpp" +#include "game-server/effect.h" -#include "game-server/mapcomposite.hpp" -#include "game-server/state.hpp" +#include "game-server/mapcomposite.h" +#include "game-server/state.h" void Effect::update() { -- cgit v1.2.3-70-g09d2