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

Buckets::Sort implementation

This commit is contained in:
Jack Andersen
2016-07-25 16:43:55 -10:00
parent 6aead5a6e7
commit e3c8e5a7be
4 changed files with 69 additions and 14 deletions

View File

@@ -8,10 +8,10 @@ namespace urde
{
enum class EDrawableType : u16
{
World,
Surface,
Particle,
UnsortedDrawable,
SortedDrawable
UnsortedCallback,
SortedCallback
};
class CDrawable