diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-19 14:39:00 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-19 14:39:00 +0000 |
commit | 165f72d80a70691b9654ac00cead0004cebecfa5 (patch) | |
tree | de34f1f51183456c3218ed83debaed36cf7f1d25 /emulators/yape/files/patch-sound.h | |
parent | Remove unneeded patch. (diff) |
add yape 0.32.3
Yet Another Commodore +4 Emulator
PR: 45004
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Notes
Notes:
svn path=/head/; revision=70493
Diffstat (limited to 'emulators/yape/files/patch-sound.h')
-rw-r--r-- | emulators/yape/files/patch-sound.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/yape/files/patch-sound.h b/emulators/yape/files/patch-sound.h new file mode 100644 index 000000000000..1b33377f7f49 --- /dev/null +++ b/emulators/yape/files/patch-sound.h @@ -0,0 +1,11 @@ +--- sound.h.orig Thu Oct 31 23:44:15 2002 ++++ sound.h Thu Oct 31 23:44:25 2002 +@@ -1,7 +1,7 @@ + #ifndef _SOUND_H + #define _SOUND_H + +-#include "SDL/SDL.h" ++#include "SDL.h" + + + class MEM; |