feat(modifiers): add NONE
This commit is contained in:
parent
39ca9e0233
commit
6f1fbfdb60
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ bitflags! {
|
|||
const LOGO = 0b100 << 9;
|
||||
// const LLOGO = 0b010 << 9;
|
||||
// const RLOGO = 0b001 << 9;
|
||||
/// No modifiers
|
||||
const NONE = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue