summaryrefslogtreecommitdiff
path: root/src/game-server/monster.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/monster.hpp')
-rw-r--r--src/game-server/monster.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game-server/monster.hpp b/src/game-server/monster.hpp
index f6194e97..b9acc0b7 100644
--- a/src/game-server/monster.hpp
+++ b/src/game-server/monster.hpp
@@ -18,8 +18,8 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _TMWSERV_MONSTER_H_
-#define _TMWSERV_MONSTER_H_
+#ifndef MONSTER_H
+#define MONSTER_H
#include <map>
#include <vector>
@@ -345,4 +345,4 @@ class Monster : public Being
friend struct MonsterTargetEventDispatch;
};
-#endif // _TMWSERV_MONSTER_H_
+#endif // MONSTER_H