NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
mtxvec.h
1#ifndef RVL_SDK_MTX_MTXVEC_H
2#define RVL_SDK_MTX_MTXVEC_H
3#include <types.h>
4
5#include <revolution/MTX/mtxtypes.h>
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10void PSMTXMultVec(const Mtx mtx, const Vec* vec, Vec* out);
11
12#ifdef __cplusplus
13}
14#endif
15#endif
Definition mtxtypes.h:11