no engine anymore

This commit is contained in:
2025-07-30 23:53:26 +03:00
parent 8a29e6b86f
commit 395ced9e28
159 changed files with 2767 additions and 9484 deletions

View File

@@ -25,8 +25,9 @@ PLATFORM_INTERFACE void Plat_FatalErrorFunc(const char* szFormat, ...)
V_vprintf(szFormat, list);
va_end(list);
fflush(stdout);
#ifdef __WIN32__
#if defined(__WIN32__)
__debugbreak();
#elif defined(__wasm32__)
#else
raise(SIGTRAP);
#endif