LeviLamina
Loading...
Searching...
No Matches
InheritanceType.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
mce {
6
7
enum class
InheritanceType :
int
{
8
Subtract = 0,
9
Add = 1,
10
Replace = 2,
11
Count = 3,
12
};
13
14
}
src
mc
deps
core_graphics
helpers
InheritanceType.h
Generated on Sat Apr 26 2025 05:55:27 for LeviLamina by
1.12.0