auto-sync
This commit is contained in:
parent
f7f50b52c6
commit
482eb7273d
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* @file engine_template.cpp
|
||||
*
|
||||
* @date
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
*/
|
||||
|
||||
#include "engine_template.h"
|
||||
|
||||
|
|
@ -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_ */
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* @file geo_storm.h
|
||||
*
|
||||
* @date Mar 26, 2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
|
@ -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_ */
|
Loading…
Reference in New Issue