mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-31 14:39:19 +00:00
upload "kind" alien swarm
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
//====== Copyright © 1996-2005, Valve Corporation, All rights reserved. =======
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
//=============================================================================
|
||||
|
||||
#ifndef FOUNDRYHELPERS_SERVER_H
|
||||
#define FOUNDRYHELPERS_SERVER_H
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
|
||||
#include "foundry/iserverfoundry.h"
|
||||
#include "enginecallback.h"
|
||||
|
||||
|
||||
void FoundryHelpers_ClearEntityHighlightEffects();
|
||||
void FoundryHelpers_AddEntityHighlightEffect( CBaseEntity *pEnt );
|
||||
|
||||
|
||||
#endif // FOUNDRYHELPERS_SERVER_H
|
||||
Reference in New Issue
Block a user