|
|
|
@ -36,7 +36,7 @@
@@ -36,7 +36,7 @@
|
|
|
|
|
// PM_PlayerTrace results.
|
|
|
|
|
#include "pmtrace.h" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "com_model.h" |
|
|
|
|
#include "usercmd.h" |
|
|
|
|
|
|
|
|
|
// physent_t
|
|
|
|
@ -218,4 +218,4 @@ typedef struct playermove_s
@@ -218,4 +218,4 @@ typedef struct playermove_s
|
|
|
|
|
struct pmtrace_s *(*PM_TraceLineEx)( float *start, float *end, int flags, int usehulll, int (*pfnIgnore)( physent_t *pe )); |
|
|
|
|
struct msurface_s *(*PM_TraceSurface)( int ground, float *vstart, float *vend ); |
|
|
|
|
} playermove_t; |
|
|
|
|
#endif//PM_DEFS_H
|
|
|
|
|
#endif//PM_DEFS_H
|
|
|
|
|