diff options
Diffstat (limited to 'src/map/fwd.hpp')
-rw-r--r-- | src/map/fwd.hpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/map/fwd.hpp b/src/map/fwd.hpp index 911d566..74e0ccf 100644 --- a/src/map/fwd.hpp +++ b/src/map/fwd.hpp @@ -57,12 +57,10 @@ struct map_session_data; struct npc_data; struct mob_data; struct flooritem_data; -//struct magic::invocation; struct map_local; class npc_data_script; class npc_data_shop; class npc_data_warp; -class npc_data_message; struct item_data; struct quest_data; @@ -71,22 +69,5 @@ struct ScriptState; struct str_data_t; class SIR; -namespace magic -{ -struct fun_t; -struct op_t; -struct expr_t; -struct val_t; -struct location_t; -struct area_t; -struct spell_t; -struct invocation; -struct teleport_anchor_t; -struct env_t; -struct magic_conf_t; -struct component_t; -struct effect_set_t; -struct proc_t; -} // namespace magic } // namespace map } // namespace tmwa |