failsafe autoloading of libraries for 1.71- plugins

This commit is contained in:
David Anderson
2006-05-11 10:19:09 +00:00
parent 79f86bfabd
commit 6995b182c1
3 changed files with 24 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ typedef enum
} PlayerProp;
int CheckModules(AMX *amx, char error[128]);
bool LoadModule(const char *shortname, PLUG_LOADTIME now, bool simplify=true);
bool LoadModule(const char *shortname, PLUG_LOADTIME now, bool simplify=true, bool noFileBail=false);
const char *StrCaseStr(const char *as, const char *bs);
class Debugger;