summaryrefslogtreecommitdiff
path: root/src/map/fwd.hpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-07-23 18:37:53 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-08-05 15:59:36 -0700
commit9d7fd8b37f97265f37cc12026e535e953942a1ab (patch)
tree709218889e6977f9aeb1b47e9ce42d0e48b88007 /src/map/fwd.hpp
parent44ba9a9eebec2ffe202fc5594f76864a56f3730a (diff)
downloadtmwa-9d7fd8b37f97265f37cc12026e535e953942a1ab.tar.gz
tmwa-9d7fd8b37f97265f37cc12026e535e953942a1ab.tar.bz2
tmwa-9d7fd8b37f97265f37cc12026e535e953942a1ab.tar.xz
tmwa-9d7fd8b37f97265f37cc12026e535e953942a1ab.zip
Move magic to its own namespace
Diffstat (limited to 'src/map/fwd.hpp')
-rw-r--r--src/map/fwd.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/map/fwd.hpp b/src/map/fwd.hpp
index fe66b15..79bbbcd 100644
--- a/src/map/fwd.hpp
+++ b/src/map/fwd.hpp
@@ -30,7 +30,7 @@ struct map_session_data;
struct npc_data;
struct mob_data;
struct flooritem_data;
-struct invocation;
+//struct magic::invocation;
struct map_local;
class npc_data_script;
class npc_data_shop;
@@ -40,7 +40,8 @@ struct NpcEvent;
struct item_data;
-// magic
+namespace magic
+{
struct fun_t;
struct op_t;
struct expr_t;
@@ -54,4 +55,5 @@ struct env_t;
struct magic_conf_t;
struct component_t;
struct effect_set_t;
+} // namespace magic
} // namespace tmwa