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