Fix undefined gpGlobals

This commit is contained in:
LivingInPortal
2016-02-12 12:03:00 +08:00
parent 9d8bc1f420
commit 7c31fdc87b
2 changed files with 11 additions and 1 deletions
+3 -1
View File
@@ -91,7 +91,7 @@ public:
* @param late Whether or not Metamod considers this a late load.
* @return True to succeed, false to fail.
*/
//virtual bool SDK_OnMetamodLoad(ISmmAPI *ismm, char *error, size_t maxlength, bool late);
virtual bool SDK_OnMetamodLoad(ISmmAPI *ismm, char *error, size_t maxlength, bool late);
/**
* @brief Called when Metamod is detaching, after the extension version is called.
@@ -116,4 +116,6 @@ public:
#endif
};
#endif // _INCLUDE_SOURCEMOD_EXTENSION_PROPER_H_