DSC Engine
Loading...
Searching...
No Matches
include
DSCEngine
sprites
obj_bit_depth.hpp
1
#pragma once
2
3
namespace
DSC
4
{
8
enum
ObjBitDepth
9
{
10
_4bit = 0,
11
_8bit = 1
12
};
13
}
Generated by
1.9.5