X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fpcx.h;h=45fc251b4ef86495821a0104bf9f7de1805653d9;hb=8be31c2781126204470171aff7af45713ec42e9e;hp=44217edd9c1626b17cd47e0c8429edc683000a5c;hpb=d4665f01d15ba3679f378819710a84d6c2348a9c;p=rocksndiamonds.git diff --git a/src/pcx.h b/src/pcx.h index 44217edd..45fc251b 100644 --- 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 */