added GetFilename function

This commit is contained in:
Borja Ferrer
2005-11-20 00:00:33 +00:00
parent 0551b46c8b
commit 6ca3edad0c
2 changed files with 18 additions and 0 deletions

View File

@@ -75,5 +75,6 @@ int CheckModules(AMX *amx, char error[128]);
const char *StrCaseStr(const char *as, const char *bs);
void DisableDebugHandler(AMX *amx);
void EnableDebugHandler(AMX *amx);
const char* GetFileName(AMX *amx);
#endif // __MODULES_H__