summaryrefslogtreecommitdiff
path: root/src/admin/fwd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/admin/fwd.hpp')
-rw-r--r--src/admin/fwd.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/admin/fwd.hpp b/src/admin/fwd.hpp
index 46674c8..0beaf50 100644
--- a/src/admin/fwd.hpp
+++ b/src/admin/fwd.hpp
@@ -20,8 +20,21 @@
#include "../sanity.hpp"
+#include "../strings/fwd.hpp" // rank 1
+#include "../io/fwd.hpp" // rank 4
+#include "../net/fwd.hpp" // rank 5
+#include "../mmo/fwd.hpp" // rank 6
+#include "../proto2/fwd.hpp" // rank 8
+#include "../high/fwd.hpp" // rank 9
+#include "../wire/fwd.hpp" // rank 9
+// admin/fwd.hpp is rank ∞ because it is an executable
+
namespace tmwa
{
+namespace admin
+{
+ struct AdminConf;
// meh, add more when I feel like it
+} // namespace admin
} // namespace tmwa