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