Put #ifdef GNUSTEP around #import "SDLImage.h"

git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@321 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
Jens Ayton 2006-03-13 16:00:35 +00:00
parent 3a5c5f9d94
commit e5df0e1221

View File

@ -40,7 +40,9 @@ Your fair use and other rights are in no way affected by the above.
#import <Foundation/Foundation.h>
#import "ShipEntity.h"
#ifdef GNUSTEP
#import "SDLImage.h"
#endif
@class GuiDisplayGen, OOTrumble, MyOpenGLView, HeadUpDisplay, ShipEntity;
@class OOSound, OOMusic, OOSoundSource, OOSoundReferencePoint;