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