summaryrefslogtreecommitdiff
path: root/games/amphetamine/files/patch-src_SoundList.hpp
blob: 6bbafc7a0773fef831b2a360f458d5f2f690dca5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$FreeBSD$

--- src/SoundList.hpp	2001/01/22 21:09:51	1.1
+++ src/SoundList.hpp	2001/01/22 21:10:20
@@ -6,9 +6,9 @@
 #define _AMPH_SOUND_LIST_
 
 extern "C" {
-#include <SDL/SDL.h>
-#include <SDL/SDL_audio.h>
-#include <SDL/SDL_types.h>
+#include <SDL.h>
+#include <SDL_audio.h>
+#include <SDL_types.h>
 }
 
 class CSound;
@@ -55,4 +55,4 @@
 	SoundState *first, *prev, *current;
 };
 
-#endif 
+#endif