]> git.mxchange.org Git - flightgear.git/blobdiff - src/Objects/obj.hxx
Changes to begin incorporating plib support for managing and rendering the
[flightgear.git] / src / Objects / obj.hxx
index bed0908eda98956fa3630c1dbc70ee47d2462e6e..586df9062c4ac02df9dc28af02e8272b1544377e 100644 (file)
 #  include <config.h>
 #endif
 
+#include <Include/compiler.h>
+
 #ifdef HAVE_WINDOWS_H
 #  include <windows.h>
 #endif
 
 #include <GL/glut.h>
 
-#include <string>
+#include STL_STRING
+
+#include <ssg.h>               // plib include
 
 #include <Scenery/tileentry.hxx>
 
+FG_USING_STD(string);
+
 
 // Load a .obj file and build the GL fragment list
-int fgObjLoad(const string& path, FGTileEntry *tile);
+ssgBranch *fgObjLoad(const string& path, FGTileEntry *tile);
 
 
 #endif // _OBJ_HXX