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:
+2
-2
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user