diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-20 18:19:12 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-20 18:19:12 -0300 |
| commit | 7dff6dfd600e346c7bbd9fbcf6064caae156c984 (patch) | |
| tree | d1ecb8ef48950b510b265573b8a77eb38f45e543 /src/stubs.hh | |
| parent | 083047d123ba753b86c24c87ee702f84e1edfb52 (diff) | |
| download | game-7dff6dfd600e346c7bbd9fbcf6064caae156c984.tar.gz game-7dff6dfd600e346c7bbd9fbcf6064caae156c984.zip | |
finish `communication.cc`
Diffstat (limited to 'src/stubs.hh')
| -rw-r--r-- | src/stubs.hh | 1 |
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); |
