added module_exists

This commit is contained in:
David Anderson
2005-09-11 04:43:40 +00:00
parent 120c849e4b
commit 73d70aff29
2 changed files with 49 additions and 0 deletions

View File

@@ -49,5 +49,6 @@
#define STATIC_MODULE 1
int CheckModules(AMX *amx, char error[128]);
const char *StrCaseStr(const char *as, const char *bs);
#endif // __MODULES_H__