rnd-20000722-1-src
[rocksndiamonds.git] / src / pcx.h
index 44217edd9c1626b17cd47e0c8429edc683000a5c..45fc251b4ef86495821a0104bf9f7de1805653d9 100644 (file)
--- a/src/pcx.h
+++ b/src/pcx.h
@@ -14,6 +14,8 @@
 #ifndef PCX_H
 #define PCX_H
 
+#ifndef USE_SDL_LIBRARY
+
 #include "main.h"
 #include "image.h"
 
@@ -29,4 +31,6 @@ extern int errno_pcx;
 
 Image *Read_PCX_to_Image(char *);
 
+#endif /* !USE_SDL_LIBRARY */
+
 #endif /* PCX_H */