diff --git a/build_tools/code-generators/test_code.tpl b/build_tools/code-generators/test_code.tpl index 3f9686640..f1e738446 100644 --- a/build_tools/code-generators/test_code.tpl +++ b/build_tools/code-generators/test_code.tpl @@ -24,6 +24,9 @@ struct COMPONENT # Weight of this component real weight; + # Body points of this component + real body; + # Indicates whether this component is "designable" and can thus be used in # the design screen. bool designable;