mirror of
https://github.com/shawns-valve/halflife.git
synced 2024-11-22 04:21:30 +00:00
10 lines
163 B
C
10 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
|