10 void strToUI(
const std::string &
m, std::vector<unsigned int> &
v);
11 void UITostr(std::string &
n, std::vector<unsigned int>::const_iterator &
i,
bool bugcompat);
12 void bitmapToUI(
const std::vector<bool> &
m, std::vector<unsigned int> &
v);
13 void UITobitmap(std::vector<bool> &
n, std::vector<unsigned int>::const_iterator &
i,