More prep for clang-format (#5239)

This commit is contained in:
Archez
2025-03-30 18:17:09 -04:00
committed by GitHub
parent bcd8842bde
commit 9355aca23e
23 changed files with 311 additions and 263 deletions

View File

@@ -10,7 +10,7 @@
static std::string comboboxTooltip = "";
static int32_t enhancementPresetSelected = ENHANCEMENT_PRESET_DEFAULT;
bool isBetaQuestEnabled = false;
static std::unordered_map<int32_t, const char*> bunnyHoodEffectMap = {{ BUNNY_HOOD_VANILLA, "Vanilla" }, { BUNNY_HOOD_FAST, "Faster Run" }, { BUNNY_HOOD_FAST_AND_JUMP, "Faster + Longer Jump" }};
static std::unordered_map<int32_t, const char*> bunnyHoodEffectMap = {{ BUNNY_HOOD_VANILLA, "Vanilla" }, { BUNNY_HOOD_FAST, "Faster Run" }, { BUNNY_HOOD_FAST_AND_JUMP, "Faster + Longer Jump" },};
extern "C" {
void enableBetaQuest() { isBetaQuestEnabled = true; }