From b3112bd3f6d0887fdf81610327c9edad08a0cfaf Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 10 Jan 2015 17:32:49 -0800 Subject: Use generated config for map --- src/map/fwd.hpp | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'src/map/fwd.hpp') diff --git a/src/map/fwd.hpp b/src/map/fwd.hpp index 0ab6128..1db4ed0 100644 --- a/src/map/fwd.hpp +++ b/src/map/fwd.hpp @@ -40,7 +40,18 @@ namespace tmwa { +namespace map +{ // meh, add more when I feel like it +struct BattleConf; +struct MapConf; + +struct charid2nick; +struct map_abstract; +struct mob_db_; +struct skill_db_; +struct event_data; + struct block_list; struct map_session_data; struct npc_data; @@ -55,9 +66,9 @@ class npc_data_message; struct item_data; -enum class SP : uint16_t; - struct ScriptState; +struct str_data_t; +class SIR; namespace magic { @@ -74,5 +85,7 @@ struct env_t; struct magic_conf_t; struct component_t; struct effect_set_t; +struct proc_t; } // namespace magic +} // namespace map } // namespace tmwa -- cgit v1.2.3-70-g09d2