added some support for the new module interface

This commit is contained in:
Pavol Marko
2004-04-03 19:15:06 +00:00
parent 79e214a6ea
commit b9c9e9d100
3 changed files with 177 additions and 11 deletions

View File

@@ -99,6 +99,7 @@ public:
inline bool isAmxx() const { return m_Amxx; }
inline const char *getMissingFunc() const { return m_MissingFunc; }
inline const char *getFilename() const { return m_Filename.str(); }
void CModule::CallPluginsLoaded();
CList<AMX_NATIVE_INFO*> m_Natives;
};