diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-05-29 00:04:19 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-05-29 00:14:32 -0300 |
| commit | e5b60ae075e571a29868993a5f0d191d91f8d266 (patch) | |
| tree | 066282b89375e893de810032f5781bccecfbe9d5 /src/stubs.hh | |
| parent | 565d28e480a5a320682f87cb598404f1a34bbc5d (diff) | |
| download | game-e5b60ae075e571a29868993a5f0d191d91f8d266.tar.gz game-e5b60ae075e571a29868993a5f0d191d91f8d266.zip | |
impl `strings.cc`
Diffstat (limited to 'src/stubs.hh')
| -rw-r--r-- | src/stubs.hh | 5 |
1 files changed, 0 insertions, 5 deletions
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); |
