| 109 | } |
| 110 | |
| 111 | int hadmapOutput(const char* fileInfo, const MAP_DATA_TYPE& type, txMapHandle* ppHandle) { |
| 112 | if ((ppHandle) == NULL) { |
| 113 | return TX_HADMAP_HANDLE_ERROR; |
| 114 | } |
| 115 | if (true == ppHandle->searchPtr->saveMap(type, fileInfo)) return 0; |
| 116 | return -1; |
| 117 | } |
| 118 | |
| 119 | std::string version() { return "HAD Map Engine ver 1.0.1"; } |
| 120 |