mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-25 11:52:32 +01:00
8 lines
119 B
C
8 lines
119 B
C
#ifndef LEADAI_H
|
|
#define LEADAI_H
|
|
|
|
extern void InitLead(CAR_DATA *cp);
|
|
extern u_int FreeRoamer(CAR_DATA *cp);
|
|
|
|
#endif
|