mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-02-15 09:58:40 +00:00
preparing some structural changes, not yet implemented
This commit is contained in:
parent
713822687e
commit
e49a36be7a
|
|
@ -97,6 +97,7 @@ struct PSettings {
|
||||||
bool allow_invites = true;
|
bool allow_invites = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// @performance Make sure the settings used in the update and render loop are close to each other to ensure they can be loaded in one cache line
|
||||||
struct CSettings {
|
struct CSettings {
|
||||||
// Evaluated during startup
|
// Evaluated during startup
|
||||||
char path[MAX_PATH];
|
char path[MAX_PATH];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user