diff --git a/src/Debug.h b/src/Debug.h deleted file mode 100644 index a8d1cb12..00000000 --- a/src/Debug.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifdef _MSC_VER -#define BREAKPOINT __debugbreak -#elif defined(__GNUC__) -#define BREAKPOINT __builtin_trap -#else -#error What the fuck is this compiler -#endif \ No newline at end of file