mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-23 19:02:35 +01:00
13 lines
364 B
C
13 lines
364 B
C
#ifndef BCOLL3D_H
|
|
#define BCOLL3D_H
|
|
|
|
|
|
extern void PointFaceCheck(_CAR_DATA *cp0, _CAR_DATA *cp1, int i, TestResult *least, int nSign); // 0x0001C160
|
|
|
|
extern int collided3d(_CAR_DATA *cp0, _CAR_DATA *cp1, TestResult *least); // 0x0001C408
|
|
|
|
extern int CarCarCollision3(_CAR_DATA *c0, _CAR_DATA *c1, int *depth, VECTOR *where, VECTOR *normal); // 0x0001C380
|
|
|
|
|
|
#endif
|