/** * @file bmw_e34.h * * @date Nov 5, 2014 * @author Andrey Belomutskiy, (c) 2012-2016 */ #ifndef BMW_E34_H_ #define BMW_E34_H_ #include "engine.h" void setBmwE34(DECLARE_ENGINE_PARAMETER_F); #endif /* BMW_E34_H_ */