#include "game.h" #include "filesystem.h" #include "error.h" #include "net.h" #include // ===================================================================================================================== int main(int argc, char* argv[]) { // must provide information if (argc < 2) fatal_error("Usage: ttrts-local MAPFILE"); std::string gamefile = argv[1]; std::cout<<"TTRTS: Launching with "<