8 lines
114 B
C++
8 lines
114 B
C++
#include "mph_bits.h"
|
|
|
|
namespace cxxmph {
|
|
|
|
const uint8_t dynamic_2bitset::vmask[] = { 0xfc, 0xf3, 0xcf, 0x3f};
|
|
|
|
}
|