summaryrefslogtreecommitdiff
path: root/src/map/fwd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/fwd.hpp')
-rw-r--r--src/map/fwd.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/fwd.hpp b/src/map/fwd.hpp
index 79bbbcd..b73d36a 100644
--- a/src/map/fwd.hpp
+++ b/src/map/fwd.hpp
@@ -20,6 +20,8 @@
#include "../sanity.hpp"
+#include <cstdint>
+
namespace tmwa
{
@@ -40,6 +42,9 @@ struct NpcEvent;
struct item_data;
+enum class SP : uint16_t;
+struct ScriptLabel;
+
namespace magic
{
struct fun_t;