mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 10:22:48 +01:00
9 lines
133 B
C
9 lines
133 B
C
#ifndef ROADBITS_H
|
|
#define ROADBITS_H
|
|
|
|
|
|
extern char ROADS_GetRouteData(int x, int z, ROUTE_DATA *pRouteData); // 0x00074EB4
|
|
|
|
|
|
#endif
|