Fix for MSVC.

This commit is contained in:
n-a-c-h
2005-11-27 00:25:47 +00:00
parent 9b659c927d
commit 26a95517aa

View File

@@ -2009,6 +2009,7 @@ static void raw_video_write_frame()
if (raw_vid.ap) if (raw_vid.ap)
{ {
void ProcessSoundBuffer();
extern int DSPBuffer[1280]; extern int DSPBuffer[1280];
extern unsigned int BufferSizeB, BufferSizeW; extern unsigned int BufferSizeB, BufferSizeW;
int i = 0, temp; int i = 0, temp;