This commit is contained in:
Edgar 2023-07-06 13:59:50 +02:00
parent 87c9b84024
commit f1674bdd97
No known key found for this signature in database
GPG key ID: 70ADAE8F35904387

View file

@ -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;