mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-23 02:42:38 +01:00
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
|