aboutsummaryrefslogtreecommitdiff
path: root/src/stubs.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-06-20 18:19:12 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-06-20 18:19:12 -0300
commit7dff6dfd600e346c7bbd9fbcf6064caae156c984 (patch)
treed1ecb8ef48950b510b265573b8a77eb38f45e543 /src/stubs.hh
parent083047d123ba753b86c24c87ee702f84e1edfb52 (diff)
downloadgame-7dff6dfd600e346c7bbd9fbcf6064caae156c984.tar.gz
game-7dff6dfd600e346c7bbd9fbcf6064caae156c984.zip
finish `communication.cc`
Diffstat (limited to 'src/stubs.hh')
-rw-r--r--src/stubs.hh1
1 files changed, 1 insertions, 0 deletions
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);