X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Scenery%2Ftexload.h;h=3581102729955aa83555fe4c84a3bc481131889b;hb=aba1974dad12ef867b92bebb782f0f2e511d8b57;hp=348f45014a1b3e4aa8792d989764d74bc913bc4c;hpb=664b1fa4a899f5e026201e6906edc48c76d2d0e1;p=flightgear.git diff --git a/Scenery/texload.h b/Scenery/texload.h index 348f45014..358110272 100644 --- a/Scenery/texload.h +++ b/Scenery/texload.h @@ -10,13 +10,14 @@ #define _TEXLOAD_H +#include + + #ifdef __cplusplus extern "C" { #endif -#include - extern GLubyte *read_alpha_texture(char *name, int *width, int *height); extern GLubyte * read_rgb_texture(char *name, int *width, int *height);