diff options
Diffstat (limited to 'src/map/fwd.hpp')
-rw-r--r-- | src/map/fwd.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/map/fwd.hpp b/src/map/fwd.hpp index da5763d..578b08a 100644 --- a/src/map/fwd.hpp +++ b/src/map/fwd.hpp @@ -39,13 +39,16 @@ class npc_data_shop; class npc_data_warp; class npc_data_message; struct NpcEvent; +struct MobName; +struct NpcName; +struct ScriptLabel; +struct ItemName; struct item_data; enum class SP : uint16_t; struct ScriptBuffer; -struct ScriptLabel; struct ScriptState; namespace magic |