Delete unnecessary files, adding ref, update project

This commit is contained in:
firleju
2017-09-16 21:14:15 +02:00
parent 34df58e074
commit d534ac355b
38 changed files with 11141 additions and 328 deletions

View File

@@ -41,6 +41,10 @@ Stele, firleju, szociu, hunter, ZiomalCl, OLI_EU and others
#pragma comment (lib, "dbghelp.lib")
#pragma comment (lib, "version.lib")
#ifdef _MSC_VER
#pragma comment(linker, "/subsystem:windows /ENTRY:mainCRTStartup")
#endif
std::unique_ptr<sound_manager> sound_man;
TWorld World;