rnd-20000722-1-src
[rocksndiamonds.git] / src / image.h
index 6315340eaf9d5d98371f2aaabd7b9195f7e2ca47..d05b63c6a21ab424d8d14f7dde497c0b29057628 100644 (file)
@@ -14,6 +14,8 @@
 #ifndef IMAGE_H
 #define IMAGE_H
 
+#ifndef USE_SDL_LIBRARY
+
 #include "main.h"
 
 #define MAX_COLORS     256     /* maximal number of colors for each image */
@@ -55,4 +57,6 @@ Image *newImage(unsigned int, unsigned int, unsigned int);
 void freeImage(Image *);
 void freeXImage(Image *, XImageInfo *);
 
+#endif /* !USE_SDL_LIBRARY */
+
 #endif /* IMAGE_H */