NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
MTX.h
1#ifndef RVL_SDK_PUBLIC_MTX_H
2#define RVL_SDK_PUBLIC_MTX_H
3#ifdef __cplusplus
4extern "C" {
5#endif
6
7#include <revolution/MTX/mtx.h>
8#include <revolution/MTX/mtx44.h>
9#include <revolution/MTX/mtxtypes.h>
10#include <revolution/MTX/mtxvec.h>
11#include <revolution/MTX/quat.h>
12#include <revolution/MTX/vec.h>
13
14#ifdef __cplusplus
15}
16#endif
17#endif