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