mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 10:22:48 +01:00
9 lines
95 B
C
9 lines
95 B
C
#ifndef TIME_H
|
|
#define TIME_H
|
|
|
|
|
|
extern void GetTimeStamp(char *buffer); // 0x00081140
|
|
|
|
|
|
#endif
|