Loading...
Searching...
No Matches
Go to the documentation of this file.
28#if defined fsDEBUG || defined fsDEVELOP
30#if defined __ARMCC_VERSION || defined __GNUC__
31 #define fsBreak() __builtin_trap();
33 #define fsBreak() __debugbreak();
36 #define fsAssertWindow(assertStr)
39#define fsAssertWindow(assertStr)