REDRIVER2/src_rebuild/GAME/ASM/RNDRASM.H
Ilya Shurumov c40d40bd22 - added sources rebuilt with TDR and partially decompiled intro sequence
- moved necessary data to new sources
- running intro with TOMB5 HLE emulator
2020-03-28 03:25:35 +06:00

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