Files
ci-libretro-fceumm/src/wave.h
2014-03-30 22:50:28 +02:00

7 lines
102 B
C

#ifndef _FCEU_WAVE_H
#define _FCEU_WAVE_H
void FCEU_WriteWaveData(int32 *Buffer, int Count);
#endif