mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
045e52cf14
protection macros consistent
7 lines
243 B
C
7 lines
243 B
C
#ifndef __ruamoko_qw_physics_h
|
|
#define __ruamoko_qw_physics_h
|
|
|
|
@extern entity (entity ent) testentitypos;
|
|
@extern void (vector start, vector mins, vector maxs, vector end, float type, entity passent) checkmove;
|
|
|
|
#endif//__ruamoko_qw_physics_h
|