The new window splits

This commit is contained in:
Krzosa Karol
2025-05-05 08:37:41 +02:00
parent 542b0f0a0a
commit 4a1554ce28
8 changed files with 224 additions and 163 deletions

View File

@@ -10,6 +10,8 @@
if (!(x)) { \
__debugbreak(); \
}
#define InvalidCodepath() Assert(!"invalid codepath")
#define ElseInvalidCodepath() else {InvalidCodepath()}
#if defined(__APPLE__) && defined(__MACH__)
#define OS_MAC 1