mirror of
https://github.com/shawns-valve/halflife.git
synced 2024-11-21 20:11:14 +00:00
15 lines
No EOL
339 B
C
15 lines
No EOL
339 B
C
//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============
|
|
//
|
|
// Purpose:
|
|
//
|
|
// $NoKeywords: $
|
|
//=============================================================================
|
|
|
|
// Physics info string definition
|
|
#if !defined( PM_INFOH )
|
|
#define PM_INFOH
|
|
#pragma once
|
|
|
|
#define MAX_PHYSINFO_STRING 256
|
|
|
|
#endif // PM_INFOH
|