#ifndef EDEPTHGROUP #define EDEPTHGROUP enum class EDepthGroup { Background, Midground, Foreground, UI }; #endif // EDEPTHGROUP