blob: f811dc6879874021d0149f04a9b769ffe770d5ec (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef GUARD_GX_G3IMM_H
#define GUARD_GX_G3IMM_H
#include "fx.h"
void G3_LoadMtx43(struct Mtx43 *mtx);
void G3_MultMtx43(struct Mtx43 *mtx);
void G3_MultMtx33(struct Mtx33 *mtx);
#endif //GUARD_GX_G3IMM_H
|