diff pwplib/snd-w32.c @ 35:b9d679965320

Code cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 24 May 2010 01:22:33 +0300
parents c60e531d19cd
children e2b6a35bcb0c
line wrap: on
line diff
--- a/pwplib/snd-w32.c	Mon May 24 01:16:43 2010 +0300
+++ b/pwplib/snd-w32.c	Mon May 24 01:22:33 2010 +0300
@@ -12,6 +12,7 @@
 #define TIMERHZ 72
 
 #include "pwplib.h"
+#include "gb.h"
 
 #define NUMBUFS 2
 
@@ -29,8 +30,6 @@
 }
 pwp_w32snd;
 
-extern void gb_sound(int,int,int,int);
-
 void win32snd_fill()
 {
    while(pwp_w32snd.bufferptr<(HARDBUFSIZE-pwp_w32snd.buffersize))