2005-10-13 16:44:05 +02:00
|
|
|
|
|
|
|
$FreeBSD$
|
|
|
|
|
|
|
|
--- sound.h.orig
|
|
|
|
+++ sound.h
|
2002-11-19 15:39:00 +01:00
|
|
|
@@ -1,7 +1,7 @@
|
|
|
|
#ifndef _SOUND_H
|
|
|
|
#define _SOUND_H
|
|
|
|
|
2009-05-11 21:24:41 +02:00
|
|
|
-#include <SDL/SDL.h>
|
|
|
|
+#include <SDL.h>
|
|
|
|
#include "types.h"
|
2002-11-19 15:39:00 +01:00
|
|
|
|
2009-05-11 21:24:41 +02:00
|
|
|
extern void init_audio(unsigned int sampleFrq = 48000);
|