15 lines
229 B
C
15 lines
229 B
C
|
/*
|
||
|
* @file engine_template.h
|
||
|
*
|
||
|
* @date May 4, 2016
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2016
|
||
|
*/
|
||
|
|
||
|
#ifndef ZIL130_H_
|
||
|
#define ZIL130_H_
|
||
|
|
||
|
#include "engine.h"
|
||
|
void setZil130(DECLARE_ENGINE_PARAMETER_F);
|
||
|
|
||
|
#endif /* ZIL130_H_ */
|