summaryrefslogtreecommitdiff
path: root/src/map/mob.t.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mob.t.hpp')
-rw-r--r--src/map/mob.t.hpp13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/map/mob.t.hpp b/src/map/mob.t.hpp
index 37fd13e..160a8a3 100644
--- a/src/map/mob.t.hpp
+++ b/src/map/mob.t.hpp
@@ -1,5 +1,4 @@
-#ifndef TMWA_MAP_MOB_T_HPP
-#define TMWA_MAP_MOB_T_HPP
+#pragma once
// mob.t.hpp - Really scary code.
//
// Copyright © ????-2004 Athena Dev Teams
@@ -21,10 +20,13 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
-# include "../sanity.hpp"
+#include "fwd.hpp"
-# include <cstdint>
+#include <cstdint>
+
+namespace tmwa
+{
enum class MobSkillTarget
{
MST_TARGET = 0,
@@ -59,5 +61,4 @@ enum class MobSkillState : uint8_t
MSS_LOOT,
MSS_CHASE,
};
-
-#endif // TMWA_MAP_MOB_T_HPP
+} // namespace tmwa