Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 544afb7925effb720c2be2edb40b1168 > files > 1

starvoyager-0.4.4-8mdv2009.0.src.rpm

diff -ruN starvoyager/graphic.h starvoyager-fix/graphic.h
--- starvoyager/graphic.h	2002-07-17 17:16:59.000000000 -0700
+++ starvoyager-fix/graphic.h	2003-05-20 09:35:56.000000000 -0700
@@ -6,8 +6,7 @@
 	If that file is not included with this source then permission is not given to use this source in any way whatsoever.
 */
 
-struct SDL_Surface;
-struct SDL_Rect;
+#include <SDL.h>
 
 struct sbox //Bounding box on screen
 {
diff -ruN starvoyager/sound.h starvoyager-fix/sound.h
--- starvoyager/sound.h	2002-06-11 16:19:43.000000000 -0700
+++ starvoyager-fix/sound.h	2003-05-20 09:35:56.000000000 -0700
@@ -6,6 +6,7 @@
 	If that file is not included with this source then permission is not given to use this source in any way whatsoever.
 */
 
+#include <SDL.h>
 
 class sound;
 
@@ -16,8 +17,6 @@
 	int div; //Div factor for each sound
 };
 
-struct SDL_AudioSpec;
-
 class sound //A sound in the database
 {
 	public: