|
/**
|
|
* @file sachs.h
|
|
*
|
|
* @date Jan 26, 2015
|
|
* @author Andrey Belomutskiy, (c) 2012-2016
|
|
*/
|
|
#ifndef CONFIG_ENGINES_SACHS_H_
|
|
#define CONFIG_ENGINES_SACHS_H_
|
|
|
|
#include "engine.h"
|
|
|
|
void setSachs(DECLARE_ENGINE_PARAMETER_F);
|
|
|
|
#endif /* CONFIG_ENGINES_SACHS_H_ */
|