mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-08-21 19:22:08 +00:00
14 lines
145 B
C
14 lines
145 B
C
#ifndef EDEPTHGROUP
|
|
#define EDEPTHGROUP
|
|
|
|
enum EDepthGroup
|
|
{
|
|
eBackground,
|
|
eMidground,
|
|
eForeground,
|
|
eUI
|
|
};
|
|
|
|
#endif // EDEPTHGROUP
|
|
|