mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-02 00:23:09 +01:00
9 lines
204 B
C
9 lines
204 B
C
|
#include "../vgmstream.h"
|
||
|
|
||
|
#ifndef _NGC_DSP_H
|
||
|
#define _NGC_DSP_H
|
||
|
|
||
|
void decode_ngc_dsp(VGMSTREAMCHANNEL * stream, sample * outbuf, int channelspacing, int32_t first_sample, int32_t samples_to_do);
|
||
|
|
||
|
#endif
|