summaryrefslogtreecommitdiff
path: root/sourcemod/scripting/include/gokz/tpanglefix.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/gokz/tpanglefix.inc
parent341db13a008dc12bb22ceb50452d93d01476308c (diff)
move source stuff to its own folder
Diffstat (limited to 'sourcemod/scripting/include/gokz/tpanglefix.inc')
-rw-r--r--sourcemod/scripting/include/gokz/tpanglefix.inc40
1 files changed, 0 insertions, 40 deletions
diff --git a/sourcemod/scripting/include/gokz/tpanglefix.inc b/sourcemod/scripting/include/gokz/tpanglefix.inc
deleted file mode 100644
index fc8faa2..0000000
--- a/sourcemod/scripting/include/gokz/tpanglefix.inc
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
- gokz-tpanglefix Plugin Include
-
- Website: https://github.com/KZGlobalTeam/gokz
-*/
-
-#if defined _gokz_tpanglefix_included_
-#endinput
-#endif
-#define _gokz_tpanglefix_included_
-
-
-// =====[ ENUMS ]=====
-
-enum
-{
- TPAngleFix_Disabled = 0,
- TPAngleFix_Enabled,
- TPANGLEFIX_COUNT
-};
-
-
-// =====[ CONSTANTS ]=====
-
-#define TPANGLEFIX_OPTION_NAME "GOKZ - TPAngleFix"
-#define TPANGLEFIX_OPTION_DESCRIPTION "TPAngleFix - 0 = Disabled, 1 = Enabled"
-
-
-// =====[ DEPENDENCY ]=====
-
-public SharedPlugin __pl_gokz_tpanglefix =
-{
- name = "gokz-tpanglefix",
- file = "gokz-tpanglefix.smx",
- #if defined REQUIRE_PLUGIN
- required = 1,
- #else
- required = 0,
- #endif
-}; \ No newline at end of file