From 7dff6dfd600e346c7bbd9fbcf6064caae156c984 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Fri, 20 Jun 2025 18:19:12 -0300 Subject: finish `communication.cc` --- src/stubs.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stubs.hh') diff --git a/src/stubs.hh b/src/stubs.hh index cc4b261..a749c8c 100644 --- a/src/stubs.hh +++ b/src/stubs.hh @@ -17,6 +17,7 @@ typedef void TSendMailsFunction(TPlayerData *PlayerData); extern void AbortWriter(void); extern void AddBuddyOrder(TCreature *Creature, uint32 CharacterID); +extern TConnection *AssignFreeConnection(void); extern void RemoveBuddyOrder(TCreature *Creature, uint32 BuddyID); extern void BroadcastMessage(int Mode, const char *Text, ...) ATTR_PRINTF(2, 3); extern void ChangeNPCState(TCreature *Npc, int NewState, bool Stimulus); -- cgit v1.2.3