NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
SC.h
1#pragma once
2#include <types.h>
3#include <lib/rvl/mtx/mtx.h>
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9u8 SCGetAspectRatio();
10
11#ifdef __cplusplus
12}
13#endif