mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-26 04:12:34 +01:00
9 lines
136 B
C
9 lines
136 B
C
#ifndef MGENERIC_H
|
|
#define MGENERIC_H
|
|
|
|
|
|
extern void StoreEndData(); // 0x00060740
|
|
extern void RestoreStartData(); // 0x000607E4
|
|
|
|
#endif
|