mirror of
https://github.com/ValveSoftware/halflife.git
synced 2025-01-13 15:18:08 +03:00
15 lines
339 B
C
15 lines
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
|