From c2f41059c71a0c7bfc0b64a7f53334d3bfd0ee76 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sun, 25 May 2025 22:59:27 -0300 Subject: impl a couple more `util.cc` functions --- src/stubs.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/stubs.hh') diff --git a/src/stubs.hh b/src/stubs.hh index 72c898d..bc89d12 100644 --- a/src/stubs.hh +++ b/src/stubs.hh @@ -26,7 +26,6 @@ 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 bool FileExists(const char *FileName); extern TCreature *GetCreature(uint32 CreatureID); extern const char *GetDynamicString(uint32 Number); extern TConnection *GetFirstConnection(void); -- cgit v1.2.3