#pragma once struct GameFlags{ bool unitMetersGreyedOut=true;//If true, all but health meters show up as dark grey. bool playerInControl=false; bool limitedBuildOptions=false; bool guideEnabled=true; bool flashMemoryBar=false; };