1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

- Reduced complexity to use the CMapGenerator(simpler interface) - Removed h3m.txt and tchar_amigaos4.h

This commit is contained in:
beegee1
2013-04-14 18:52:05 +00:00
parent b1428bcd24
commit c10266ed97
14 changed files with 400 additions and 832 deletions

View File

@@ -176,9 +176,7 @@ static void prog_help(const po::options_description &opts)
void OSX_checkForUpdates();
#endif
#ifdef _WIN32
int _tmain(int argc, _TCHAR* argv[])
#elif defined(__APPLE__)
#if defined(__APPLE__)
int SDL_main(int argc, char *argv[])
#else
int main(int argc, char** argv)