mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
4bd37e7b64
Doxygen hates the QuakeC-style function prototypes we use, so switch to the C-style prototypes.
7 lines
243 B
C
7 lines
243 B
C
#ifndef __ruamoko_qw_physics_h
|
|
#define __ruamoko_qw_physics_h
|
|
|
|
@extern entity testentitypos (entity ent);
|
|
@extern void checkmove (vector start, vector mins, vector maxs, vector end, float type, entity passent);
|
|
|
|
#endif//__ruamoko_qw_physics_h
|