diff options
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); |
