/** * @file custom_engine.h * * @date Jan 18, 2015 * @author Andrey Belomutskiy, (c) 2012-2014 */ #ifndef CONFIG_ENGINES_CUSTOM_ENGINE_H_ #define CONFIG_ENGINES_CUSTOM_ENGINE_H_ #include "engine_configuration.h" void setCustomEngineConfiguration(engine_configuration_s *engineConfiguration); #endif /* CONFIG_ENGINES_CUSTOM_ENGINE_H_ */