fixed some build issues. deprecated ISourceMod::GetScriptingVM

--HG--
branch : refac-jit
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/refac-jit%402378
This commit is contained in:
David Anderson
2008-07-07 06:33:42 +00:00
parent 2c23544b29
commit af54ae6af7
4 changed files with 5 additions and 11 deletions
+2 -2
View File
@@ -203,9 +203,9 @@ namespace SourceMod
virtual SourcePawn::ISourcePawnEngine *GetScriptingEngine() =0;
/**
* @brief Returns the JIT interface.
* @brief Deprecated, do not use.
*
* @return A pointer to the JIT interface.
* @return NULL.
*/
virtual SourcePawn::IVirtualMachine *GetScriptingVM() =0;