/* * @file engine_template.h * * @date * @author Andrey Belomutskiy, (c) 2012-2017 */ #ifndef CONFIG_ENGINES_ENGINE_TEMPLATE_H_ #define CONFIG_ENGINES_ENGINE_TEMPLATE_H_ #include "engine_configuration.h" void setEngineTemplateConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE); #endif /* CONFIG_ENGINES_ENGINE_TEMPLATE_H_ */