Fixed SDKHooks missing version info.

This commit is contained in:
Peace-Maker
2013-02-09 11:37:51 -05:00
parent 74aafaa72f
commit 176c003658
2 changed files with 18 additions and 0 deletions
+7
View File
@@ -157,6 +157,13 @@ public:
* @return True if working, false otherwise.
*/
//virtual bool QueryRunning(char *error, size_t maxlength);
/** Returns version string */
virtual const char *GetExtensionVerString();
/** Returns date string */
virtual const char *GetExtensionDateString();
public:
#if defined SMEXT_CONF_METAMOD
/**