mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 13:33:16 -04:00
d7338d59fc
* mtxuty-cvt OK * format * struct approach
11 lines
180 B
C
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
|