#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=false; bool flashMemoryBar=false; int difficulty=1; //0=Easy, 1=Normal, 2=Hard };