From e5b60ae075e571a29868993a5f0d191d91f8d266 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Thu, 29 May 2025 00:04:19 -0300 Subject: impl `strings.cc` --- src/stubs.hh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/stubs.hh') diff --git a/src/stubs.hh b/src/stubs.hh index 316a2fe..372ca92 100644 --- a/src/stubs.hh +++ b/src/stubs.hh @@ -15,18 +15,13 @@ typedef void TRefreshSectorFunction(int SectorX, int SectorY, int SectorZ, const typedef void TSendMailsFunction(TPlayerData *PlayerData); extern void AbortWriter(void); -extern uint32 AddDynamicString(const char *String); -extern const char *AddStaticString(const char *String); extern void AnnounceChangedCreature(uint32 CreatureID, int Type); extern void BroadcastMessage(int Mode, const char *Text, ...) ATTR_PRINTF(2, 3); extern void Change(Object Obj, ObjectType NewType, uint32 Value); extern bool CheckRight(uint32 CreatureID, RIGHT Right); extern void CleanHouseField(int x, int y, int z); -extern void CleanupDynamicStrings(void); extern void CreatePlayerList(bool Online); -extern void DeleteDynamicString(uint32 Number); extern TCreature *GetCreature(uint32 CreatureID); -extern const char *GetDynamicString(uint32 Number); extern TConnection *GetFirstConnection(void); extern TConnection *GetNextConnection(void); extern void Log(const char *ProtocolName, const char *Text, ...) ATTR_PRINTF(2, 3); -- cgit v1.2.3