diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-23 06:34:16 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-23 06:34:16 -0300 |
| commit | bdfcbb2f0edee2679bfe588df55e9f99bd837510 (patch) | |
| tree | 4aea2b1039ea4988debd054c024eefe9c3021dc4 /src/stubs.hh | |
| parent | c4dfe97e95846b43c578b3be35d0ef69f9b50e94 (diff) | |
| download | game-bdfcbb2f0edee2679bfe588df55e9f99bd837510.tar.gz game-bdfcbb2f0edee2679bfe588df55e9f99bd837510.zip | |
`receiving.cc`
Diffstat (limited to 'src/stubs.hh')
| -rw-r--r-- | src/stubs.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/stubs.hh b/src/stubs.hh index a7bd80d..e3b694e 100644 --- a/src/stubs.hh +++ b/src/stubs.hh @@ -18,6 +18,9 @@ typedef void TSendMailsFunction(TPlayerData *PlayerData); extern void AbortWriter(void); extern void AddBuddyOrder(TCreature *Creature, uint32 CharacterID); 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); @@ -47,7 +50,6 @@ extern void PunishmentOrder(TCreature *Creature, const char *Name, const char *I int Reason, int Action, const char *Comment, int NumberOfStatements, vector<TReportedStatement> *ReportedStatements, uint32 StatementID, bool IPBanishment); -extern void ReceiveData(void); extern void SavePlayerData(TPlayerData *Slot); extern bool LoadPlayerData(TPlayerData *Slot); extern bool PlayerDataExists(uint32 CharacterID); |
