Starship/src/libultra/mtxutil.c

10 lines
309 B
C
Raw Normal View History

2023-10-10 14:23:49 +03:00
#include "common.h"
2023-10-14 10:10:34 +03:00
#pragma GLOBAL_ASM("asm/us/nonmatchings/libultra/mtxutil/guMtxF2L.s")
2023-10-10 14:23:49 +03:00
2023-10-14 10:10:34 +03:00
#pragma GLOBAL_ASM("asm/us/nonmatchings/libultra/mtxutil/guMtxIdentF.s")
2023-10-10 14:23:49 +03:00
2023-10-14 10:10:34 +03:00
#pragma GLOBAL_ASM("asm/us/nonmatchings/libultra/mtxutil/guMtxIdent.s")
2023-10-10 14:23:49 +03:00
2023-10-14 10:10:34 +03:00
#pragma GLOBAL_ASM("asm/us/nonmatchings/libultra/mtxutil/guMtxL2F.s")