]> git.mxchange.org Git - flightgear.git/blobdiff - src/Objects/obj.hxx
Lighting/ssgSimpleState fixes.
[flightgear.git] / src / Objects / obj.hxx
index 586df9062c4ac02df9dc28af02e8272b1544377e..d07ec5d466a49cfa3a7a40a8951c6ad50c389711 100644 (file)
 
 #include <Include/compiler.h>
 
-#ifdef HAVE_WINDOWS_H
-#  include <windows.h>
-#endif
+// #ifdef HAVE_WINDOWS_H
+// #  include <windows.h>
+// #endif
 
-#include <GL/glut.h>
+// #include <GL/glut.h>
 
 #include STL_STRING
 
@@ -51,7 +51,7 @@
 FG_USING_STD(string);
 
 
-// Load a .obj file and build the GL fragment list
+// Load a .obj file and build the fragment list
 ssgBranch *fgObjLoad(const string& path, FGTileEntry *tile);