15 lines
310 B
C
15 lines
310 B
C
|
/*
|
||
|
* @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_ */
|