preparing some structural changes, not yet implemented

This commit is contained in:
Dennis Eichhorn 2024-11-11 07:23:39 +01:00
parent 713822687e
commit e49a36be7a

View File

@ -97,6 +97,7 @@ struct PSettings {
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 {
// Evaluated during startup
char path[MAX_PATH];