X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=model.h;h=f8b09b85fcbdb2af8f8d5ae6f0753b6114bdc0dc;hb=d57b7661518800479c00300ce57407378696eec9;hp=4fdd860e0f31df3437727fbfeb2c2936ca111d81;hpb=1c97cb161f885ad24d3356d92c8f4fd0e252bc61;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/model.h b/model.h index 4fdd860..f8b09b8 100644 --- 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) /*