REDRIVER2/src_rebuild/Game/C/bcoll3d.h
2021-04-05 01:08:56 +06:00

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