2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 05:07:43 +00:00

CDrawableType enum

This commit is contained in:
Jack Andersen
2016-07-20 16:03:24 -10:00
parent 914c1ec51a
commit 4bcd88e69f
2 changed files with 5 additions and 3 deletions

View File

@@ -8,8 +8,10 @@ namespace urde
{
enum class EDrawableType
{
Zero,
One,
World,
Particle,
UnsortedDrawable,
SortedDrawable
};
class CDrawable