VFS: Add LibrarySys class helper

This commit is contained in:
Arkshine
2015-03-08 23:40:19 +01:00
parent a182ca62c8
commit d69ddc7234
4 changed files with 734 additions and 25 deletions

View File

@@ -57,7 +57,6 @@ class Debugger;
Debugger *DisableDebugHandler(AMX *amx);
void EnableDebugHandler(AMX *amx, Debugger *pd);
bool DirExists(const char *dir);
const char* GetFileName(AMX *amx);
inline cell FloatToCell(float input)