Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const Flags = struct
- {
- pub const FLAG_0 = 0b00000001;
- pub const FLAG_1 = 0b00000010;
- pub const FLAG_2 = 0b00000100;
- ...
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement