WIP: port alien swarm and extend engine for asw

This commit is contained in:
nillerusr
2023-10-03 20:02:58 +03:00
parent 7d3c0d8b5a
commit 8322130890
617 changed files with 161164 additions and 220 deletions

View File

@@ -0,0 +1,17 @@
//========== Copyright <20> 2008, Valve Corporation, All rights reserved. ========
//
// Purpose:
//
//=============================================================================
#ifndef VPYTHON_H
#define VPYTHON_H
#if defined( _WIN32 )
#pragma once
#endif
IScriptVM *ScriptCreatePythonVM();
void ScriptDestroyPythonVM( IScriptVM *pVM );
#endif // VPYTHON_H