[38ba34]: / Body / AAUHuman / BuildTools / BodyModel.constants.any.jinja

Download this file

15 lines (9 with data), 254 Bytes

//
// !!! THIS IS AN AUTOMATICALLY GENERATED FILE. DO NOT MODIFY IT !!! 
//

#ifndef BM_CONSTANTS_DECLARED
{% for name, obj in data.constants.items() %}
#define {{name}} {{obj.default}}
{% endfor %}
#define BM_CONSTANTS_DECLARED

#endif