1
Fork 0
turbonss/cxxmph/mph_bits.cc

8 lines
114 B
C++
Raw Normal View History

#include "mph_bits.h"
namespace cxxmph {
2012-03-14 21:43:38 +02:00
const uint8_t dynamic_2bitset::vmask[] = { 0xfc, 0xf3, 0xcf, 0x3f};
}