]> git.mxchange.org Git - simgear.git/blobdiff - simgear/constants.h
Move binary file reading and writing to simgear.
[simgear.git] / simgear / constants.h
index 4347bd707024b687f50d4b9a87eaf384e14f065b..ad6af417455821901ae25c5d033f7d569a809a3f 100644 (file)
 #define FG_EPSILON 0.0000001
 
 
+// Highest binobj format version we know how to read/write.  This starts at
+// 0 and can go up to 65535
+#define SG_BINOBJ_VERSION 5
+// for backwards compatibility
+#define SG_SCENERY_FILE_FORMAT "0.4"
+
+
 #endif // _SG_CONSTANTS_H