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.inc | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 sourcemod/scripting/include/gamechaos.inc (limited to 'sourcemod/scripting/include/gamechaos.inc') diff --git a/sourcemod/scripting/include/gamechaos.inc b/sourcemod/scripting/include/gamechaos.inc deleted file mode 100644 index eeaf040..0000000 --- a/sourcemod/scripting/include/gamechaos.inc +++ /dev/null @@ -1,20 +0,0 @@ - -// GameChaos's includes for various specific stuff - -#if defined _gamechaos_stocks_included - #endinput -#endif -#define _gamechaos_stocks_included - -#define GC_INCLUDES_VERSION 0x01_00_00 -#define GC_INCLUDES_VERSION_STRING "1.0.0" - -#include -#include -#include -#include -#include -#include -#include -#include -#include \ No newline at end of file -- cgit v1.2.3