NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
AXFXLfoTable.h
1#ifndef RVL_SDK_AXFX_LFO_TABLE_H
2#define RVL_SDK_AXFX_LFO_TABLE_H
3#include <types.h>
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8s32* __AXFXGetLfoSinTable(void);
9
10#ifdef __cplusplus
11}
12#endif
13#endif