summaryrefslogtreecommitdiff
path: root/sourcemod/scripting/include/gamechaos.inc
diff options
context:
space:
mode:
authoraura <nw@moneybot.cc>2026-02-17 23:42:09 +0100
committeraura <nw@moneybot.cc>2026-02-17 23:42:09 +0100
commit5e2eb7d67ae933b7566f1944d0bb7744da03d586 (patch)
tree054acff1113270a9cd07933df760f3768c1b6853 /sourcemod/scripting/include/gamechaos.inc
parent341db13a008dc12bb22ceb50452d93d01476308c (diff)
move source stuff to its own folder
Diffstat (limited to 'sourcemod/scripting/include/gamechaos.inc')
-rw-r--r--sourcemod/scripting/include/gamechaos.inc20
1 files changed, 0 insertions, 20 deletions
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 <gamechaos/arrays>
-#include <gamechaos/client>
-#include <gamechaos/debug>
-#include <gamechaos/maths>
-#include <gamechaos/misc>
-#include <gamechaos/strings>
-#include <gamechaos/tempents>
-#include <gamechaos/tracing>
-#include <gamechaos/vectors> \ No newline at end of file