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