mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 18:48:22 +00:00
Add missing, new function to IScriptVM.
This commit is contained in:
parent
31ac357bb8
commit
c6342ac8e0
@ -678,6 +678,9 @@ public:
|
||||
|
||||
virtual void AddSearchPath( const char *pszSearchPath ) = 0;
|
||||
|
||||
// ??????????????
|
||||
virtual void *UnknownFunc() = 0;
|
||||
|
||||
virtual void EnableLocalDiskAccess() = 0;
|
||||
|
||||
virtual void ForwardConsoleCommand(const CCommandContext &, const CCommand &) = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user