mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-21 14:25:22 +00:00
10 lines
161 B
C
10 lines
161 B
C
|
#ifndef LIBU64_MTXUTY_CVT_H
|
||
|
#define LIBU64_MTXUTY_CVT_H
|
||
|
|
||
|
#include "ultra64.h"
|
||
|
|
||
|
void MtxConv_F2L(Mtx* m1, MtxF* m2);
|
||
|
void MtxConv_L2F(MtxF* m1, Mtx* m2);
|
||
|
|
||
|
#endif
|