mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-23 22:56:50 +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
|