mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-25 11:52:32 +01:00
8 lines
160 B
C
8 lines
160 B
C
#ifndef BCOLL3D_H
|
|
#define BCOLL3D_H
|
|
|
|
extern int CarCarCollision3(CAR_DATA *c0, CAR_DATA *c1, int *depth, VECTOR *where, VECTOR *normal); // 0x0001C380
|
|
|
|
|
|
#endif
|