upload "kind" alien swarm

This commit is contained in:
nillerusr
2023-10-03 17:23:56 +03:00
parent b7bd94c52e
commit 7d3c0d8b5a
4229 changed files with 462903 additions and 495158 deletions

View File

@@ -1,4 +1,4 @@
//========= Copyright Valve Corporation, All rights reserved. ============//
//========= Copyright 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose: These are a couple of base proxy classes to help us with
// getting/setting source/result material vars
@@ -9,7 +9,7 @@
#ifndef FUNCTIONPROXY_H
#define FUNCTIONPROXY_H
#include "materialsystem/imaterialproxy.h"
#include "materialsystem/IMaterialProxy.h"
#include "materialsystem/imaterialvar.h"
class IMaterialVar;
@@ -47,6 +47,7 @@ public:
protected:
C_BaseEntity *BindArgToEntity( void *pArg );
void SetFloatResult( float result );
void SetVecResult( float x, float y, float z, float w );
IMaterialVar* m_pResult;
int m_ResultVecComp;