mirror of
https://github.com/zeldaret/ss
synced 2026-09-03 01:54:18 -04:00
JPAExtraShape, JPAChildShape OK
This commit is contained in:
@@ -46,7 +46,7 @@ void __GXSetVCD(void);
|
||||
void __GXCalculateVLim(void);
|
||||
void __GXSetVAT(void);
|
||||
|
||||
static void GXSetTexCoordGen(GXTexCoordID id, GXTexGenType type, GXTexGenSrc src, u32 texMtxIdx);
|
||||
void GXSetTexCoordGen(GXTexCoordID id, GXTexGenType type, GXTexGenSrc src, u32 texMtxIdx);
|
||||
// // TODO: What matrix index is this???
|
||||
// GXSetTexCoordGen2(id, type, src, texMtxIdx, FALSE, 125);
|
||||
// }
|
||||
|
||||
+3
-1
@@ -4,11 +4,13 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "rvl/MTX/mtx.h"
|
||||
// IWYU pragma: begin_exports
|
||||
#include "rvl/MTX/mtx.h"
|
||||
#include "rvl/MTX/mtx44.h"
|
||||
#include "rvl/MTX/mtxvec.h"
|
||||
#include "rvl/MTX/quat.h"
|
||||
#include "rvl/MTX/vec.h"
|
||||
// IWYU pragma: end_exports
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user