diff options
Diffstat (limited to 'src/map/fwd.hpp')
-rw-r--r-- | src/map/fwd.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/fwd.hpp b/src/map/fwd.hpp index 13d5f54..d58637e 100644 --- a/src/map/fwd.hpp +++ b/src/map/fwd.hpp @@ -21,6 +21,9 @@ # include "../sanity.hpp" + +namespace tmwa +{ // meh, add more when I feel like it class BlockId; struct block_list; @@ -52,5 +55,6 @@ struct env_t; struct magic_conf_t; struct component_t; struct effect_set_t; +} // namespace tmwa #endif // TMWA_MAP_FWD_HPP |