diff options
author | wushin <pasekei@gmail.com> | 2015-06-09 01:06:22 -0500 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-04-15 11:44:49 -0400 |
commit | 506a41d6926405b2753894f0b40130b4077828b3 (patch) | |
tree | 401fd473a23d80dcdcbd56d0c89f6587a46f878c /src/map/fwd.hpp | |
parent | a8640e1df61c06faf6edb89c5c4b9f025c0dff33 (diff) | |
download | tmwa-506a41d6926405b2753894f0b40130b4077828b3.tar.gz tmwa-506a41d6926405b2753894f0b40130b4077828b3.tar.bz2 tmwa-506a41d6926405b2753894f0b40130b4077828b3.tar.xz tmwa-506a41d6926405b2753894f0b40130b4077828b3.zip |
Remove old Magic
Diffstat (limited to 'src/map/fwd.hpp')
-rw-r--r-- | src/map/fwd.hpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/map/fwd.hpp b/src/map/fwd.hpp index 911d566..de65216 100644 --- a/src/map/fwd.hpp +++ b/src/map/fwd.hpp @@ -57,7 +57,6 @@ 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; @@ -71,22 +70,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 |