diff options
Diffstat (limited to 'src/map/fwd.hpp')
-rw-r--r-- | src/map/fwd.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/fwd.hpp b/src/map/fwd.hpp index b73d36a..da5763d 100644 --- a/src/map/fwd.hpp +++ b/src/map/fwd.hpp @@ -43,7 +43,10 @@ struct NpcEvent; struct item_data; enum class SP : uint16_t; + +struct ScriptBuffer; struct ScriptLabel; +struct ScriptState; namespace magic { |