summaryrefslogtreecommitdiff
path: root/src/char/int_party.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/int_party.hpp')
-rw-r--r--src/char/int_party.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/char/int_party.hpp b/src/char/int_party.hpp
index 1d8cadc..88ce05f 100644
--- a/src/char/int_party.hpp
+++ b/src/char/int_party.hpp
@@ -29,6 +29,9 @@
# include "../mmo/fwd.hpp"
+
+namespace tmwa
+{
void inter_party_init(void);
int inter_party_save(void);
@@ -37,5 +40,6 @@ RecvResult inter_party_parse_frommap(Session *ms, uint16_t);
void inter_party_leave(PartyId party_id, AccountId account_id);
extern AString party_txt;
+} // namespace tmwa
#endif // TMWA_CHAR_INT_PARTY_HPP