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
7
struct
DeveloperConfig
8
{
9
bool
skipLobby
=
false
;
10
};
11
18
[[nodiscard]]
DeveloperConfig
loadDeveloperConfig
(
const
char
* path);
loadDeveloperConfig
DeveloperConfig loadDeveloperConfig(const char *path)
Load developer config from a TOML file.
Definition
DeveloperConfig.cpp:9
DeveloperConfig
Developer-only runtime toggles shared by client and server.
Definition
DeveloperConfig.hpp:8
DeveloperConfig::skipLobby
bool skipLobby
Bypass lobby flow and start matches directly.
Definition
DeveloperConfig.hpp:9
src
DeveloperConfig.hpp
Generated by
1.16.1