mirror of
https://github.com/zeldaret/ss
synced 2026-07-02 20:15:56 -04:00
14 lines
190 B
C
14 lines
190 B
C
#ifndef RVL_SDK_AXFX_SRC_COEF_H
|
|
#define RVL_SDK_AXFX_SRC_COEF_H
|
|
#include <common.h>
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
f32 *__AXFXGetSrcCoef(u32 i);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|