only:renaming JZ files

This commit is contained in:
rusefillc 2024-02-22 11:32:29 -05:00
parent eb276fec7b
commit c52a555d03
4 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@ ENGINES_SRC_CPP = $(PROJECT_DIR)/config/engines/ford_aspire.cpp \
$(PROJECT_DIR)/config/engines/vw.cpp \
$(PROJECT_DIR)/config/engines/vw_b6.cpp \
$(PROJECT_DIR)/config/engines/canam.cpp \
$(PROJECT_DIR)/config/engines/toyota_jzs147.cpp \
$(PROJECT_DIR)/config/engines/toyota_jz.cpp \
$(PROJECT_DIR)/config/engines/toyota_1NZ_FE.cpp \
$(PROJECT_DIR)/config/engines/ford_festiva.cpp \

View File

@ -1,5 +1,5 @@
/*
* @file toyota_jzs147.cpp
* @file toyota_jz.cpp
*
* toyota aristo
* https://en.wikipedia.org/wiki/Lexus_GS
@ -19,7 +19,7 @@
#include "pch.h"
#include "toyota_jzs147.h"
#include "toyota_jz.h"
#include "custom_engine.h"
#include "mazda_miata_vvt.h"

View File

@ -1,5 +1,5 @@
/*
* @file toyota_jzs147.h
* @file toyota_jz.h
*
* @date Dec 30, 2015
* @author Andrey Belomutskiy, (c) 2012-2020

View File

@ -75,7 +75,7 @@
#include "sachs.h"
#include "vw.h"
#include "vw_b6.h"
#include "toyota_jzs147.h"
#include "toyota_jz.h"
#include "toyota_1NZ_FE.h"
#include "mitsubishi_3A92.h"
#include "mitsubishi_4G93.h"