10 lines
150 B
C
10 lines
150 B
C
|
//
|
||
|
// Created by kifir on 8/23/24.
|
||
|
//
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
namespace engine_configuration_defaults {
|
||
|
constexpr float AC_PRESSURE_ENABLE_HYST = 10.0f;
|
||
|
}
|