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:
Jake Merdich
2023-11-28 21:22:59 -05:00
parent a6a1801189
commit 5e430c0966
4 changed files with 234 additions and 17 deletions
+3
View File
@@ -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;