]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_binobj.hxx
Add a new node "float-property" to be used in float comparision in effect predicates
[simgear.git] / simgear / io / sg_binobj.hxx
index cc4f9498308234cd990da4e616ca6c04db8cf101..be77d5864252149e7bfd52a11e21831c89e4020c 100644 (file)
 #include <simgear/compiler.h>
 #include <simgear/constants.h>
 #include <simgear/math/sg_types.hxx>
+#include <simgear/math/point3d.hxx>
 #include <simgear/bucket/newbucket.hxx>
 
 #include <stdio.h>
 #include <time.h>
 
 #include <list>
-#include STL_STRING
+#include <string>
 
 
 
@@ -74,9 +75,9 @@ typedef group_list::const_iterator const_group_list_iterator;
  *
  * - prop_typecode: material_name | ???
  *
- * - nelements: SHORT (Gives us 65536 which ought to be enough, right?)
+ * - nelements: USHORT (Gives us 65536 which ought to be enough, right?)
  *
- * - nproperties: SHORT
+ * - nproperties: USHORT
  *
  * - *_typecode: CHAR
  *