2016-03-26 00:03:38 -07:00
|
|
|
/*
|
|
|
|
* @file geo_storm.h
|
|
|
|
*
|
|
|
|
* @date Mar 26, 2016
|
2018-01-20 17:42:19 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2018
|
2016-03-26 00:03:38 -07:00
|
|
|
*/
|
|
|
|
|
2016-03-26 03:03:24 -07:00
|
|
|
#include "geo_storm.h"
|
|
|
|
#include "custom_engine.h"
|
2016-03-26 00:03:38 -07:00
|
|
|
|
2019-05-03 15:41:43 -07:00
|
|
|
EXTERN_CONFIG;
|
2016-03-26 00:03:38 -07:00
|
|
|
|
2019-05-03 15:41:43 -07:00
|
|
|
void setGeoStormConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
|
|
|
setCustomEngineConfiguration(PASS_CONFIG_PARAMETER_SIGNATURE);
|
2016-03-26 03:03:24 -07:00
|
|
|
}
|
2016-03-26 00:03:38 -07:00
|
|
|
|