This commit is contained in:
rusefillc 2023-03-26 11:35:32 -04:00
parent 0e61116cdc
commit ac6d3e8fb9
3 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#include "pch.h"
#include "gm_sbc.h"
void setSbc() {
engineConfiguration->specs.cylindersCount = 8;

View File

@ -1,3 +1,6 @@
/**
* gm_sbc.h
*/
#pragma once
void set8chanSbc();

View File

@ -67,6 +67,7 @@
#include "mitsubishi.h"
#include "gm_ls_4.h"
#include "gm_sbc.h"
#include "subaru.h"
#include "test_engine.h"
#include "sachs.h"