diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-05-25 22:59:27 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-05-25 22:59:27 -0300 |
| commit | c2f41059c71a0c7bfc0b64a7f53334d3bfd0ee76 (patch) | |
| tree | 289089acc4aa6e6228bf8bf207db50ddaf481d90 /src/stubs.hh | |
| parent | ad8213f35523cbb07f418ae275af448a47cc0288 (diff) | |
| download | game-c2f41059c71a0c7bfc0b64a7f53334d3bfd0ee76.tar.gz game-c2f41059c71a0c7bfc0b64a7f53334d3bfd0ee76.zip | |
impl a couple more `util.cc` functions
Diffstat (limited to 'src/stubs.hh')
| -rw-r--r-- | src/stubs.hh | 1 |
1 files changed, 0 insertions, 1 deletions
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); |
