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
15 lines
262 B
C
15 lines
262 B
C
#ifndef RNDRASM_H
|
|
#define RNDRASM_H
|
|
|
|
|
|
extern void texture_pages() ; // 0x0009C574
|
|
|
|
extern void texture_cluts() ; // 0x0009C674
|
|
|
|
extern void Apply_InvCameraMatrixAndSetMatrix() ; // 0x000419A8
|
|
|
|
extern void Apply_InvCameraMatrixSetTrans() ; // 0x00041A50
|
|
|
|
|
|
#endif
|