7 lines
102 B
C
7 lines
102 B
C
#ifndef _FCEU_WAVE_H
|
|
#define _FCEU_WAVE_H
|
|
|
|
void FCEU_WriteWaveData(int32 *Buffer, int Count);
|
|
|
|
#endif
|