rnd-20001127-1-src
[rocksndiamonds.git] / src / image.h
index d05b63c6a21ab424d8d14f7dde497c0b29057628..860521c00af4043b7411457a494cbbf27f74c408 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef IMAGE_H
 #define IMAGE_H
 
-#ifndef USE_SDL_LIBRARY
+#ifndef TARGET_SDL
 
 #include "main.h"
 
@@ -51,12 +51,10 @@ typedef struct
   byte         *data;          /* image data                          */
 } Image;
 
-int Read_PCX_to_Pixmap(Display *, Window, GC, char *, Pixmap *, Pixmap *);
-
 Image *newImage(unsigned int, unsigned int, unsigned int);
 void freeImage(Image *);
 void freeXImage(Image *, XImageInfo *);
+int Read_PCX_to_Pixmap(Display *, Window, GC, char *, Pixmap *, Pixmap *);
 
-#endif /* !USE_SDL_LIBRARY */
-
+#endif /* !TARGET_SDL */
 #endif /* IMAGE_H */