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

Download this file

13 lines (10 with data), 205 Bytes

#ifdef _BM_PARAM_DEFINED_ 
#undef _BM_PARAM_DEFINED_
#endif

{% for name in data.parameters %}
#ifdef {{name}}
#ifndef _BM_PARAM_DEFINED_
#define _BM_PARAM_DEFINED_
#endif
#endif
{% endfor %}