2018-12-16 14:00:40 -07:00

14 lines
147 B
C

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