summaryrefslogtreecommitdiff
path: root/src/char/int_storage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/int_storage.hpp')
-rw-r--r--src/char/int_storage.hpp13
1 files changed, 4 insertions, 9 deletions
diff --git a/src/char/int_storage.hpp b/src/char/int_storage.hpp
index b8ec9db..3741061 100644
--- a/src/char/int_storage.hpp
+++ b/src/char/int_storage.hpp
@@ -22,21 +22,16 @@
#include "fwd.hpp"
-#include "../strings/fwd.hpp"
-
-#include "../net/fwd.hpp"
-
-#include "../mmo/fwd.hpp"
-
namespace tmwa
{
+namespace char_
+{
void inter_storage_init(void);
int inter_storage_save(void);
void inter_storage_delete(AccountId account_id);
-Storage *account2storage(AccountId account_id);
+Borrowed<Storage> account2storage(AccountId account_id);
RecvResult inter_storage_parse_frommap(Session *ms, uint16_t);
-
-extern AString storage_txt;
+} // namespace char_
} // namespace tmwa