15 lines
318 B
C
15 lines
318 B
C
/*
|
|
* @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.h"
|
|
void setEngineTemplateConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
|
|
|
#endif /* CONFIG_ENGINES_ENGINE_TEMPLATE_H_ */
|