8 lines
207 B
C
8 lines
207 B
C
#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;
|
|
}; |