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:
parent
3a5c5f9d94
commit
e5df0e1221
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user