mirror of
https://github.com/Ed94/perfaware.git
synced 2026-08-25 02:20:31 +00:00
working build. (not run)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user