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:
@@ -0,0 +1,17 @@
|
||||
#ifdef INTELLISENSE_DIRECTIVES
|
||||
# pragma once
|
||||
# include "dsl.h"
|
||||
# if _WIN32
|
||||
# include "win32.h"
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#pragma region Debug
|
||||
#define debug_trap() __builtin_debugtrap()
|
||||
|
||||
#if BUILD_DEBUG
|
||||
FI_ void assert(U8 cond);
|
||||
#else
|
||||
#define assert(cond)
|
||||
#endif
|
||||
#pragma endregion Debug
|
||||
Reference in New Issue
Block a user