mirror of
https://github.com/shawns-valve/halflife.git
synced 2024-11-22 20:41:42 +00:00
11 lines
163 B
C
11 lines
163 B
C
|
// Physics info string definition
|
||
|
#if !defined( PM_INFOH )
|
||
|
#define PM_INFOH
|
||
|
#ifdef _WIN32
|
||
|
#pragma once
|
||
|
#endif
|
||
|
|
||
|
#define MAX_PHYSINFO_STRING 256
|
||
|
|
||
|
#endif // PM_INFOH
|