mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 12:29:16 -04:00
flatzebra - A generic game engine for 2D double-buffering animation WWW: http://www3.sympatico.ca/sarrazip/dev/ Needed for the upgrade of games/afternoonstalker
11 lines
264 B
C++
11 lines
264 B
C++
--- src/flatzebra/SoundMixer.h.orig Tue Oct 18 12:13:19 2005
|
|
+++ src/flatzebra/SoundMixer.h Tue Oct 18 12:13:24 2005
|
|
@@ -23,7 +23,7 @@
|
|
#ifndef _H_SoundMixer
|
|
#define _H_SoundMixer
|
|
|
|
-#include <SDL/SDL_mixer.h>
|
|
+#include <SDL11/SDL_mixer.h>
|
|
|
|
#include <string>
|
|
|