| 250 | } |
| 251 | |
| 252 | void InitClassificator(std::string const & resourcePath) |
| 253 | { |
| 254 | classificator::LoadTypes(ReadAll(base::JoinPath(resourcePath, "classificator.txt")), |
| 255 | ReadAll(base::JoinPath(resourcePath, "types.txt"))); |
| 256 | } |
| 257 | |
| 258 | struct GeometryNamespace |
| 259 | {}; |