mirror of
https://github.com/zeldaret/tp
synced 2026-06-03 18:36:40 -04:00
@@ -103,6 +103,10 @@ inline void mDoMtx_identity(Mtx m) {
|
||||
PSMTXIdentity(m);
|
||||
}
|
||||
|
||||
inline void mDoMtx_concat(const Mtx a, const Mtx b, Mtx c) {
|
||||
PSMTXConcat(a, b, c);
|
||||
}
|
||||
|
||||
class mDoMtx_stack_c {
|
||||
public:
|
||||
/* 8000CCC8 */ static bool push();
|
||||
|
||||
Reference in New Issue
Block a user