From 5e2eb7d67ae933b7566f1944d0bb7744da03d586 Mon Sep 17 00:00:00 2001 From: aura Date: Tue, 17 Feb 2026 23:42:09 +0100 Subject: move source stuff to its own folder --- sourcemod/scripting/include/gamechaos/debug.inc | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 sourcemod/scripting/include/gamechaos/debug.inc (limited to 'sourcemod/scripting/include/gamechaos/debug.inc') diff --git a/sourcemod/scripting/include/gamechaos/debug.inc b/sourcemod/scripting/include/gamechaos/debug.inc deleted file mode 100644 index 4e5b7e7..0000000 --- a/sourcemod/scripting/include/gamechaos/debug.inc +++ /dev/null @@ -1,19 +0,0 @@ - -// gamechaos's debug stocks -// useful stocks for debugging - -#if defined _gamechaos_debug_included - #endinput -#endif -#define _gamechaos_debug_included - -#define GC_DEBUG_VERSION 0x1_00_00 -#define GC_DEBUG_VERSION_STRING "1.0.0" - -#if defined GC_DEBUG - #define GC_ASSERT(%1) if (!(%1))SetFailState("Assertion failed: \""...#%1..."\"") - #define GC_DEBUGPRINT(%1) PrintToChatAll(%1) -#else - #define GC_ASSERT(%1)%2; - #define GC_DEBUGPRINT(%1)%2; -#endif -- cgit v1.2.3