Files
Derek Hensley d7338d59fc mtxuty-cvt OK (#78)
* mtxuty-cvt OK

* format

* struct approach
2023-08-28 10:02:58 -07:00

11 lines
180 B
C

#ifndef LIBU64_MTX_CONV_H
#define LIBU64_MTX_CONV_H
#include "ultra64.h"
#include "z64math.h"
void MtxConv_F2L(Mtx* mtx, MtxF* mf);
void MtxConv_L2F(MtxF* mf, Mtx* mtx);
#endif