From ad1f1814541fc38f7c06e88c7925fbb5bd0dceeb Mon Sep 17 00:00:00 2001 From: fusion32 Date: Mon, 26 May 2025 17:53:28 -0300 Subject: impl Cron and most `map.cc` functions --- 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 0926a52..1c3bde0 100644 --- a/src/stubs.hh +++ b/src/stubs.hh @@ -22,16 +22,11 @@ extern void Change(Object Obj, ObjectType NewType, uint32 Value); extern bool CheckRight(uint32 CreatureID, RIGHT Right); extern void CleanupDynamicStrings(void); extern void CreatePlayerList(bool Online); -extern void CronChange(Object Obj, int NewDelay); -extern void CronExpire(Object Obj, int Delay); -extern uint32 CronInfo(Object Obj, bool Delete); -extern uint32 CronStop(Object Obj); 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 bool IsProtectionZone(int x, int y, int z); extern void Log(const char *ProtocolName, const char *Text, ...) ATTR_PRINTF(2, 3); extern void LogoutAllPlayers(void); extern void Move(uint32 CreatureID, Object Obj, Object Con, int Count, bool NoMerge, Object Ignore); -- cgit v1.2.3