X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=model.h;h=ad9dfeb53ce6e782125243df58b27a6f7ba49619;hb=89032d64e2867adb66e4598a0c66d3e853a22bb0;hp=4fdd860e0f31df3437727fbfeb2c2936ca111d81;hpb=1c97cb161f885ad24d3356d92c8f4fd0e252bc61;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/model.h b/model.h index 4fdd860..ad9dfeb 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,23 @@ 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; + v3f colour; +}; + #pragma pack(pop) /*