mirror of https://github.com/AxioDL/metaforce.git
CDrawableType enum
This commit is contained in:
parent
914c1ec51a
commit
4bcd88e69f
|
@ -8,8 +8,10 @@ namespace urde
|
|||
{
|
||||
enum class EDrawableType
|
||||
{
|
||||
Zero,
|
||||
One,
|
||||
World,
|
||||
Particle,
|
||||
UnsortedDrawable,
|
||||
SortedDrawable
|
||||
};
|
||||
|
||||
class CDrawable
|
||||
|
|
2
hecl
2
hecl
|
@ -1 +1 @@
|
|||
Subproject commit c2ebe6e7dc87c556804b66f4220d159be0767fa4
|
||||
Subproject commit a0ca743e7f76ecf4d2022f815a016565356f7a46
|
Loading…
Reference in New Issue