added amb727 (sm_time_adjustment)

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401377
This commit is contained in:
David Anderson
2007-08-26 18:41:57 +00:00
parent d9866748f7
commit af4a59c071
8 changed files with 44 additions and 6 deletions
+7
View File
@@ -191,6 +191,13 @@ namespace SourceMod
* @return A pointer to the JIT interface.
*/
virtual SourcePawn::IVirtualMachine *GetScriptingVM() =0;
/**
* @brief Returns the adjusted server time.
*
* @return Adjusted server time.
*/
virtual time_t GetAdjustedTime() =0;
};
}