mirror of
https://github.com/edg-l/teeconfig.git
synced 2024-11-09 17:48:24 +00:00
u16
This commit is contained in:
parent
87c9b84024
commit
f1674bdd97
|
@ -12,7 +12,7 @@ mod tokens_cpp;
|
||||||
bitflags! {
|
bitflags! {
|
||||||
#[rustfmt::skip]
|
#[rustfmt::skip]
|
||||||
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord)]
|
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord)]
|
||||||
struct CFGFlags: u32 {
|
struct CFGFlags: u16 {
|
||||||
const SAVE = 1 << 0;
|
const SAVE = 1 << 0;
|
||||||
const CLIENT = 1 << 1;
|
const CLIENT = 1 << 1;
|
||||||
const SERVER = 1 << 2;
|
const SERVER = 1 << 2;
|
||||||
|
|
Loading…
Reference in a new issue