Skip to content
Snippets Groups Projects

Development

Merged Sergi Hernandez requested to merge development into master
3 files
+ 11
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -68,6 +68,7 @@ class COpendriveObject
bool is_box(void) const;
bool is_cylinder(void) const;
bool is_polygon(void) const;
bool is_parking_space(void) const;
TOpendriveBox get_box_data(void) const;
TOpendriveCylinder get_cylinder_data(void) const;
TOpendrivePolygon get_polygon_data(void) const;
Loading