mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 22:11:35 -04:00
Match d_a_lamp
Matched everything in lamp_class. Some member names might be off, but I gave my best guess.
This commit is contained in:
@@ -105,6 +105,9 @@ void MtxScale(f32, f32, f32, u8);
|
||||
void MtxPosition(cXyz* src, cXyz* dest);
|
||||
void MtxPush(void);
|
||||
Mtx* MtxPull(void);
|
||||
void MtxRotX(f32 rot, u8 concat);
|
||||
void MtxRotY(f32 rot, u8 concat);
|
||||
void MtxRotZ(f32 rot, u8 concat);
|
||||
|
||||
extern Mtx* calc_mtx;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user