From ad049a15b43b7ddba3fe7d0a898652fc8022629d Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Tue, 22 Apr 2014 11:46:23 -0700 Subject: Use strict ID types Possibly some missing for the far side of the network. AccountId and BlockId are still terribly entangled. --- src/char/int_party.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/char/int_party.hpp') diff --git a/src/char/int_party.hpp b/src/char/int_party.hpp index 1608c37..3c448b0 100644 --- a/src/char/int_party.hpp +++ b/src/char/int_party.hpp @@ -21,18 +21,18 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -# include "../sanity.hpp" +# include "fwd.hpp" # include "../strings/fwd.hpp" -struct Session; +# include "../mmo/fwd.hpp" void inter_party_init(void); int inter_party_save(void); int inter_party_parse_frommap(Session *ms); -void inter_party_leave(int party_id, int account_id); +void inter_party_leave(PartyId party_id, AccountId account_id); extern AString party_txt; -- cgit v1.2.3-60-g2f50