mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-25 03:42:34 +01:00
c40d40bd22
- moved necessary data to new sources - running intro with TOMB5 HLE emulator
21 lines
331 B
C
21 lines
331 B
C
#ifndef CMANASM_H
|
|
#define CMANASM_H
|
|
|
|
|
|
extern void g_black() ; // 0x001027E8
|
|
|
|
extern void g_pointer() ; // 0x001028F0
|
|
|
|
extern void g_arrows() ; // 0x00102D68
|
|
|
|
extern void g_buttons() ; // 0x00103370
|
|
|
|
extern void g_abcd() ; // 0x00103FF0
|
|
|
|
extern void g_font0() ; // 0x001043F8
|
|
|
|
extern void _6MCSLOT.s_init() ; // 0x0010EB40
|
|
|
|
|
|
#endif
|