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