DoorKeeper/tools/mapconv/main.cpp

12 lines
234 B
C++
Raw Normal View History

2015-06-06 12:30:45 +00:00
#include "doorkeeper/doorkeeper.hpp"
#include "doorkeeper/helpers/tylermapsource.hpp"
#include <iostream>
#include <ciso646>
#include <cstdint>
int main() {
std::cout << "mapconv\n";
dkh::TylerMapSource<2> tyreader("test.tym");
}