2016-03-26 00:03:38 -07:00
|
|
|
/*
|
|
|
|
* @file geo_storm.h
|
|
|
|
*
|
|
|
|
* @date Mar 26, 2016
|
2017-01-03 03:05:22 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
2016-03-26 00:03:38 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
#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_ */
|