summaryrefslogtreecommitdiff
path: root/src/game-server/character.hpp
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2009-12-06 19:15:03 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2009-12-06 19:15:03 +0100
commitc289737b405928aaeb329633fad377a19bc2e7ed (patch)
tree320da1315144ce7259cba0c988de8d400e142c5c /src/game-server/character.hpp
parent232792634184759eec072782be875cb0f31b7247 (diff)
downloadmanaserv-c289737b405928aaeb329633fad377a19bc2e7ed.tar.gz
manaserv-c289737b405928aaeb329633fad377a19bc2e7ed.tar.bz2
manaserv-c289737b405928aaeb329633fad377a19bc2e7ed.tar.xz
manaserv-c289737b405928aaeb329633fad377a19bc2e7ed.zip
Removed "TMW" and "TMWSERV" from header guards
Diffstat (limited to 'src/game-server/character.hpp')
-rw-r--r--src/game-server/character.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game-server/character.hpp b/src/game-server/character.hpp
index 78e96616..c32b46f8 100644
--- a/src/game-server/character.hpp
+++ b/src/game-server/character.hpp
@@ -18,8 +18,8 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _TMWSERV_CHARACTER_HPP_
-#define _TMWSERV_CHARACTER_HPP_
+#ifndef CHARACTER_HPP
+#define CHARACTER_HPP
#include <map>
#include <string>
@@ -434,4 +434,4 @@ class Character : public Being
{ return Map::BLOCKTYPE_CHARACTER; }
};
-#endif // _TMWSERV_CHARACTER_HPP_
+#endif // CHARACTER_HPP