working build. (not run)

This commit is contained in:
ed
2026-08-06 19:04:14 -04:00
parent 8b3e6f5ef3
commit 030876da48
7 changed files with 158 additions and 144 deletions
+5
View File
@@ -151,3 +151,8 @@ enum {
MS_VK_SHIFT =0x10,
};
#if BUILD_DEBUG
FI_ void assert(U8 cond) { if(cond){return;} else{debug_trap(); ms_exit_process(1);} }
#endif