group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
DeveloperConfig.hpp
Go to the documentation of this file.
1
3
4#pragma once
5
8{
9 bool skipLobby = false;
10 bool voiceCapture = true;
11};
12
19[[nodiscard]] DeveloperConfig loadDeveloperConfig(const char* path);
DeveloperConfig loadDeveloperConfig(const char *path)
Load developer config from a TOML file.
Definition DeveloperConfig.cpp:9
Developer-only runtime toggles shared by client and server.
Definition DeveloperConfig.hpp:8
bool skipLobby
Bypass lobby flow and start matches directly.
Definition DeveloperConfig.hpp:9
bool voiceCapture
Definition DeveloperConfig.hpp:10