LeviLamina
Loading...
Searching...
No Matches
Binder.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
cohtml {
6
7
class
Binder
{
8
public
:
9
// Binder inner types define
10
enum class
BindingMode :
int
{
11
Value = 0,
12
Scoped = 1,
13
GetTypeInfo = 2,
14
};
15
};
16
17
}
// namespace cohtml
cohtml::Binder
Definition
Binder.h:7
src
mc
external
gameface
cohtml
Binder.h
Generated on
for LeviLamina by
1.16.1