]> git.mxchange.org Git - flightgear.git/blobdiff - Scenery/texload.h
C++ - ifing the code a bit.
[flightgear.git] / Scenery / texload.h
index 2c9335741de1b26c1dee029ccb51d232325a4a86..3581102729955aa83555fe4c84a3bc481131889b 100644 (file)
 
 #include <GL/glut.h>
 
+
+#ifdef __cplusplus                                                          
+extern "C" {                            
+#endif                                   
+
+
 extern GLubyte *read_alpha_texture(char *name, int *width, int *height);
 extern GLubyte * read_rgb_texture(char *name, int *width, int *height);
 
 
+#ifdef __cplusplus
+}
+#endif
+
+
 #endif /* _TEXLOAD_H */