summaryrefslogtreecommitdiff
path: root/src/char/inter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/inter.hpp')
-rw-r--r--src/char/inter.hpp20
1 files changed, 15 insertions, 5 deletions
diff --git a/src/char/inter.hpp b/src/char/inter.hpp
index 19900f9..c641254 100644
--- a/src/char/inter.hpp
+++ b/src/char/inter.hpp
@@ -22,17 +22,27 @@
#include "fwd.hpp"
-#include "../strings/fwd.hpp"
+#include "../generic/array.hpp"
-#include "../net/fwd.hpp"
+#include "../mmo/consts.hpp"
+#include "../mmo/ids.hpp"
+
+#include "../proto2/net-GlobalReg.hpp"
namespace tmwa
{
-bool inter_config(XString key, ZString value);
+namespace char_
+{
+struct accreg
+{
+ AccountId account_id;
+ int reg_num;
+ Array<GlobalReg, ACCOUNT_REG_NUM> reg;
+};
+
void inter_init2();
void inter_save(void);
RecvResult inter_parse_frommap(Session *ms, uint16_t packet_id);
-
-extern int party_share_level;
+} // namespace char_
} // namespace tmwa