mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-08-25 21:22:00 +00:00
14 lines
147 B
C
14 lines
147 B
C
#ifndef EDEPTHGROUP
|
|
#define EDEPTHGROUP
|
|
|
|
enum class EDepthGroup
|
|
{
|
|
Background,
|
|
Midground,
|
|
Foreground,
|
|
UI
|
|
};
|
|
|
|
#endif // EDEPTHGROUP
|
|
|