Files
ac-decomp/include/jaudio_NES/dspinterface.h
T
2024-06-04 02:24:37 -04:00

9 lines
109 B
C

#ifndef DSPINTERFACE_H
#define DSPINTERFACE_H
#include "types.h"
extern void DSP_InitBuffer(void);
#endif