/* * @file chevrolet_camaro_4.h * * @date Oct 16, 2015 * @author Andrey Belomutskiy, (c) 2012-2016 */ #ifndef CONFIG_ENGINES_CHEVROLET_CAMARO_4_H_ #define CONFIG_ENGINES_CHEVROLET_CAMARO_4_H_ #include "engine.h" void setCamaro4(DECLARE_ENGINE_PARAMETER_F); #endif /* CONFIG_ENGINES_CHEVROLET_CAMARO_4_H_ */