From c482e420bcf447073ffe3ff8a106a0561e0baadd Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 10 Jan 2015 17:21:56 -0800 Subject: Use generated config for char --- src/char/fwd.hpp | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'src/char/fwd.hpp') diff --git a/src/char/fwd.hpp b/src/char/fwd.hpp index ff2bf22..8086083 100644 --- a/src/char/fwd.hpp +++ b/src/char/fwd.hpp @@ -22,6 +22,7 @@ #include "../ints/fwd.hpp" // rank 1 #include "../strings/fwd.hpp" // rank 1 +#include "../compat/fwd.hpp" // rank 2 #include "../generic/fwd.hpp" // rank 3 #include "../io/fwd.hpp" // rank 4 #include "../net/fwd.hpp" // rank 5 @@ -34,5 +35,16 @@ namespace tmwa { -// meh, add more when I feel like it +namespace char_ +{ + struct CharConf; + struct CharLanConf; + struct InterConf; + + struct AuthFifoEntry; + struct mmo_map_server; + + struct accreg; + // meh, add more when I feel like it +} // namespace char_ } // namespace tmwa -- cgit v1.2.3-60-g2f50