mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-23 10:52:36 +01:00
c40d40bd22
- moved necessary data to new sources - running intro with TOMB5 HLE emulator
13 lines
169 B
C
13 lines
169 B
C
#ifndef RNC_2_H
|
|
#define RNC_2_H
|
|
|
|
|
|
extern void UnpackRNC() ; // 0x0001B434
|
|
|
|
extern void Unpack() ; // 0x0001B488
|
|
|
|
extern void _mcard_text_size() ; // 0x0001B4FC
|
|
|
|
|
|
#endif
|