2019-11-01 19:56:58 -07:00
|
|
|
/*
|
|
|
|
* @file engine_template.h
|
|
|
|
*
|
|
|
|
* @date Nov 1, 2019
|
2020-01-07 21:02:40 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
2019-11-01 19:56:58 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "engine_configuration.h"
|
|
|
|
|
2019-11-18 20:45:35 -08:00
|
|
|
void setEngineBMW_M73_Frankenso(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|
|
|
void setEngineBMW_M73_Manhattan(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|