engine: rework timer stuff, move to platform. Move debugger present checks to platform

This commit is contained in:
Alibek Omarov
2018-11-16 16:32:16 +03:00
parent f0d0861160
commit 7c772d6bfd
8 changed files with 198 additions and 110 deletions
-3
View File
@@ -23,9 +23,6 @@ Sys_Crash
Crash handler, called from system
================
*/
#define DEBUG_BREAK
/// TODO: implement on windows too
#if XASH_CRASHHANDLER == CRASHHANDLER_DBGHELP || XASH_CRASHHANDLER == CRASHHANDLER_WIN32
#if XASH_CRASHHANDLER == CRASHHANDLER_DBGHELP
#pragma comment( lib, "dbghelp" )