mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-24 15:16:49 +00:00
14 lines
340 B
C
14 lines
340 B
C
|
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||
|
//
|
||
|
// Purpose: Medic's resupply beacon
|
||
|
//
|
||
|
// $NoKeywords: $
|
||
|
//=============================================================================//
|
||
|
|
||
|
#ifndef TF_OBJ_SHIELDWALL_H
|
||
|
#define TF_OBJ_SHIELDWALL_H
|
||
|
|
||
|
#define SHIELDWALL_RANGE 300.0f
|
||
|
|
||
|
#endif // TF_OBJ_SHIELDWALL_H
|