routes
[carveJwlIkooP6JGAAIwe30JlM.git] / model.h
diff --git a/model.h b/model.h
index 4fdd860e0f31df3437727fbfeb2c2936ca111d81..f8b09b85fcbdb2af8f8d5ae6f0753b6114bdc0dc 100644 (file)
--- a/model.h
+++ b/model.h
@@ -83,6 +83,7 @@ struct classtype_block
 struct classtype_gate
 {
    u32 target;
+   v3f dims;
 };
 
 struct classtype_spawn
@@ -105,6 +106,22 @@ struct classtype_instance
    u32 pstr_file;
 };
 
+struct classtype_capsule
+{
+   float height, radius;
+};
+
+struct classtype_route_node
+{
+   u32 target, target1;
+};
+
+struct classtype_route
+{
+   u32 pstr_name;
+   u32 id_start;
+};
+
 #pragma pack(pop)
 
 /*