only:slingshot

This commit is contained in:
rusefillc 2023-07-11 15:08:58 -04:00
parent 424d3058cf
commit 34e176a1ba
4 changed files with 9 additions and 1 deletions

View File

@ -29,6 +29,7 @@ ENGINES_SRC_CPP = $(PROJECT_DIR)/config/engines/ford_aspire.cpp \
$(PROJECT_DIR)/config/engines/GY6_139QMB.cpp \
$(PROJECT_DIR)/config/engines/mazda/mazda_626.cpp \
$(PROJECT_DIR)/config/engines/sachs.cpp \
$(PROJECT_DIR)/config/engines/slingshot.cpp \
$(PROJECT_DIR)/config/engines/test_engine.cpp \
$(PROJECT_DIR)/config/engines/dodge_ram.cpp \
$(PROJECT_DIR)/config/engines/m111.cpp \

View File

@ -0,0 +1,4 @@
#include "pch.h"
void setSlingshot() {
}

View File

@ -0,0 +1,3 @@
#pragma once
void setSlingshot();

View File

@ -94,7 +94,7 @@ enum class engine_type_e : uint32_t {
VW_ABA = 32,
UNUSED_33 = 33,
ME17_9_MISC = 33,
HELLEN_NA6 = 34,