summaryrefslogtreecommitdiff
path: root/sourcemod/scripting/include/gamechaos.inc
diff options
context:
space:
mode:
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