Files
ss/include/rvl/AXFX/AXFXLfoTable.h
T
2023-12-24 11:35:03 -05:00

14 lines
195 B
C

#ifndef RVL_SDK_AXFX_LFO_TABLE_H
#define RVL_SDK_AXFX_LFO_TABLE_H
#include <common.h>
#ifdef __cplusplus
extern "C" {
#endif
s32 *__AXFXGetLfoSinTable(void);
#ifdef __cplusplus
}
#endif
#endif