Advertisement
Guest User

Untitled

a guest
Apr 5th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. const Flags = struct
  2. {
  3. pub const FLAG_0 = 0b00000001;
  4. pub const FLAG_1 = 0b00000010;
  5. pub const FLAG_2 = 0b00000100;
  6. ...
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement