Added capability to toggle debug state in plugins at runtime

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40295
This commit is contained in:
Borja Ferrer
2007-01-15 00:56:39 +00:00
parent e13c228c5a
commit 89350a1785
6 changed files with 150 additions and 14 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ namespace SourceMod
/**
* @brief Returns a plugin's identity token.
*/
virtual IdentityToken_t *GetIdentity() =0;
virtual IdentityToken_t *GetIdentity() const =0;
};