mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-25 11:52:32 +01:00
13 lines
160 B
C++
13 lines
160 B
C++
|
#ifndef MAINASM_H
|
||
|
#define MAINASM_H
|
||
|
|
||
|
|
||
|
extern void icon_0() ; // 0x000A2800
|
||
|
|
||
|
extern void icon_1() ; // 0x000A28C0
|
||
|
|
||
|
extern void icon_2() ; // 0x000A2980
|
||
|
|
||
|
|
||
|
#endif
|