auto-sync
This commit is contained in:
parent
8106685d04
commit
003217c98f
|
@ -0,0 +1,15 @@
|
||||||
|
/**
|
||||||
|
* @file daihatsu.cpp
|
||||||
|
*
|
||||||
|
* @date Sep 10, 2015
|
||||||
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "main.h"
|
||||||
|
#include "daihatsu.h"
|
||||||
|
|
||||||
|
EXTERN_ENGINE;
|
||||||
|
|
||||||
|
void setDaihatsu(DECLARE_ENGINE_PARAMETER_F) {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
/**
|
||||||
|
* @file daihatsu.h
|
||||||
|
*
|
||||||
|
* @date Sep 10, 2015
|
||||||
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "engine.h"
|
||||||
|
|
||||||
|
void setDaihatsu(DECLARE_ENGINE_PARAMETER_F);
|
|
@ -28,5 +28,6 @@ ENGINES_SRC_CPP = $(PROJECT_DIR)/config/engines/ford_aspire.cpp \
|
||||||
$(PROJECT_DIR)/config/engines/gm_2_2.cpp \
|
$(PROJECT_DIR)/config/engines/gm_2_2.cpp \
|
||||||
$(PROJECT_DIR)/config/engines/dodge_ram.cpp \
|
$(PROJECT_DIR)/config/engines/dodge_ram.cpp \
|
||||||
$(PROJECT_DIR)/config/engines/vw.cpp \
|
$(PROJECT_DIR)/config/engines/vw.cpp \
|
||||||
$(PROJECT_DIR)/config/engines/dodge_stratus.cpp
|
$(PROJECT_DIR)/config/engines/dodge_stratus.cpp \
|
||||||
|
$(PROJECT_DIR)/config/engines/daihatsu.cpp
|
||||||
|
|
Loading…
Reference in New Issue