8 lines
177 B
C
Executable File
8 lines
177 B
C
Executable File
#ifndef shine_MDCT_H
|
|
#define shine_MDCT_H
|
|
|
|
void shine_mdct_initialise(shine_global_config *config);
|
|
void shine_mdct_sub(shine_global_config *config, int stride);
|
|
|
|
#endif
|