diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-24 15:02:38 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-24 15:02:38 -0300 |
| commit | 8bc2e5dc3a523af471065752a534d20d878c60b0 (patch) | |
| tree | d39080ec0f265227fd326588c82742771d370228 /src/stubs.hh | |
| parent | bdfcbb2f0edee2679bfe588df55e9f99bd837510 (diff) | |
| download | game-8bc2e5dc3a523af471065752a534d20d878c60b0.tar.gz game-8bc2e5dc3a523af471065752a534d20d878c60b0.zip | |
most of `crnonpl.cc`
Diffstat (limited to 'src/stubs.hh')
| -rw-r--r-- | src/stubs.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stubs.hh b/src/stubs.hh index e3b694e..d8b9839 100644 --- a/src/stubs.hh +++ b/src/stubs.hh @@ -21,7 +21,6 @@ extern void RemoveBuddyOrder(TCreature *Creature, uint32 BuddyID); extern void ChangeGuests(uint16 HouseID, TPlayer *Player, const char *Text); extern void ChangeSubowners(uint16 HouseID, TPlayer *Player, const char *Text); extern void ChangeNameDoor(Object Door, TPlayer *Player, const char *Text); -extern void ChangeNPCState(TCreature *Npc, int NewState, bool Stimulus); extern void CharacterDeathOrder(TCreature *Creature, int OldLevel, uint32 Offender, const char *Remark, bool Unjustified); extern void CleanHouseField(int x, int y, int z); @@ -43,7 +42,6 @@ extern void LogoutOrder(TPlayer *Player); extern void PrepareHouseCleanup(void); extern void FinishHouseCleanup(void); extern void PlayerlistOrder(int NumberOfPlayers, char *PlayerNames, int *PlayerLevels, int *PlayerProfessions); -extern void ProcessMonsterhomes(void); extern void ProcessReaderThreadReplies(TRefreshSectorFunction *RefreshSector, TSendMailsFunction *SendMails); extern void ProcessWriterThreadReplies(void); extern void PunishmentOrder(TCreature *Creature, const char *Name, const char *IPAddress, |
