auto-sync

This commit is contained in:
rusEfi 2016-03-26 03:03:38 -04:00
parent ed6b1c3357
commit f91d2271fe
4 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,10 @@
/*
* @file engine_template.cpp
*
* @date
* @author Andrey Belomutskiy, (c) 2012-2016
*/
#include "engine_template.h"

View File

@ -0,0 +1,14 @@
/*
* @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_ */

View File

@ -0,0 +1,10 @@
/*
* @file geo_storm.h
*
* @date Mar 26, 2016
* @author Andrey Belomutskiy, (c) 2012-2016
*/

View File

@ -0,0 +1,14 @@
/*
* @file geo_storm.h
*
* @date Mar 26, 2016
* @author Andrey Belomutskiy, (c) 2012-2016
*/
#ifndef CONFIG_ENGINES_GEO_STORM_H_
#define CONFIG_ENGINES_GEO_STORM_H_
#include "engine.h"
void setGeoStormConfiguration(DECLARE_ENGINE_PARAMETER_F);
#endif /* CONFIG_ENGINES_GEO_STORM_H_ */