4 lines
171 B
C
4 lines
171 B
C
#include "bitbool.h"
|
|
const cmph_uint8 bitmask[] = { 1, 1 << 1, 1 << 2, 1 << 3, 1 << 4, 1 << 5, 1 << 6, 1 << 7 };
|
|
const cmph_uint8 valuemask[] = { 0xfc, 0xf3, 0xcf, 0x3f};
|