#ifndef INCLUDED_ENUMS #define INCLUDED_ENUMS enum Mode { Stealth, LowVis, HighVis }; enum DisplayStyle { Rain, Congress }; #endif