#ifndef EDEPTHGROUP #define EDEPTHGROUP enum EDepthGroup { eBackground, eMidground, eForeground, eUI }; #endif // EDEPTHGROUP