parent
5434ce9005
commit
551eb68a6a
5 changed files with 10 additions and 6 deletions
@ -0,0 +1,4 @@ |
||||
#pragma once |
||||
|
||||
#define BK_BIT_SHIFT(x) (1 << x) |
||||
#define BK_STRINGIFY(x) #x |
Loading…
Reference in New Issue