mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-04 18:09:53 +03:00
fix windows build scripts, add windows opus support
This commit is contained in:
@@ -615,7 +615,7 @@ bool UTIL_IsFacingWithinTolerance( CBaseEntity *pViewer, CBaseEntity *pTarget, f
|
||||
void UTIL_GetDebugColorForRelationship( int nRelationship, int &r, int &g, int &b );
|
||||
|
||||
struct datamap_t;
|
||||
extern const char *UTIL_FunctionToName( datamap_t *pMap, inputfunc_t *function );
|
||||
extern const char *UTIL_FunctionToName( datamap_t *pMap, inputfunc_t function );
|
||||
|
||||
int UTIL_GetCommandClientIndex( void );
|
||||
CBasePlayer *UTIL_GetCommandClient( void );
|
||||
|
||||
Reference in New Issue
Block a user