diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-05-26 17:53:28 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-05-26 17:53:28 -0300 |
| commit | ad1f1814541fc38f7c06e88c7925fbb5bd0dceeb (patch) | |
| tree | d719a6aaafc0b9758c396758dbfa71ca64244261 /src/stubs.hh | |
| parent | fbb392953c5af29b6a0924590c24a05befb72e56 (diff) | |
| download | game-ad1f1814541fc38f7c06e88c7925fbb5bd0dceeb.tar.gz game-ad1f1814541fc38f7c06e88c7925fbb5bd0dceeb.zip | |
impl Cron and most `map.cc` functions
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 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); |
