blob: 3b58b1fea48d018cff02cbf3d385303377d6fb01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#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
|