mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
11 lines
202 B
C
11 lines
202 B
C
--- sound.h.orig
|
|
+++ sound.h
|
|
@@ -1,7 +1,7 @@
|
|
#ifndef _SOUND_H
|
|
#define _SOUND_H
|
|
|
|
-#include <SDL/SDL.h>
|
|
+#include <SDL.h>
|
|
#include "types.h"
|
|
|
|
extern void init_audio(unsigned int sampleFrq = 48000);
|