From 780a0d771edbe21dcfa3405163ffbdf7f7fa4604 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 13 Oct 2014 13:16:34 -0700 Subject: Convert container lookups to use Option> --- src/char/int_storage.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/char/int_storage.hpp') diff --git a/src/char/int_storage.hpp b/src/char/int_storage.hpp index b8ec9db..0a80027 100644 --- a/src/char/int_storage.hpp +++ b/src/char/int_storage.hpp @@ -22,6 +22,8 @@ #include "fwd.hpp" +#include "../compat/fwd.hpp" + #include "../strings/fwd.hpp" #include "../net/fwd.hpp" @@ -34,7 +36,7 @@ namespace tmwa void inter_storage_init(void); int inter_storage_save(void); void inter_storage_delete(AccountId account_id); -Storage *account2storage(AccountId account_id); +Borrowed account2storage(AccountId account_id); RecvResult inter_storage_parse_frommap(Session *ms, uint16_t); -- cgit v1.2.3-70-g09d2