swap #include <shavit> with <shavit/core>

This commit is contained in:
rtldg 2021-10-28 21:18:53 +00:00
parent d95771f9b4
commit b9c6c47db4
14 changed files with 16 additions and 15 deletions

View File

@ -25,7 +25,7 @@
#include <convar_class> #include <convar_class>
#include <dhooks> #include <dhooks>
#include <shavit> #include <shavit/core>
#include <shavit/chat> #include <shavit/chat>
#include <shavit/chat-colors> #include <shavit/chat-colors>
#include <shavit/steamid-stocks> #include <shavit/steamid-stocks>

View File

@ -23,7 +23,7 @@
#include <clientprefs> #include <clientprefs>
#include <dhooks> #include <dhooks>
#include <shavit> #include <shavit/core>
#include <shavit/checkpoints> #include <shavit/checkpoints>
#include <shavit/zones> #include <shavit/zones>
#include <shavit/physicsuntouch> #include <shavit/physicsuntouch>

View File

@ -28,7 +28,7 @@
#define DEBUG 0 #define DEBUG 0
#include <shavit> #include <shavit/core>
#undef REQUIRE_PLUGIN #undef REQUIRE_PLUGIN
#include <shavit/hud> #include <shavit/hud>

View File

@ -25,7 +25,7 @@
#include <convar_class> #include <convar_class>
#include <dhooks> #include <dhooks>
#include <shavit> #include <shavit/core>
#include <shavit/hud> #include <shavit/hud>
#undef REQUIRE_PLUGIN #undef REQUIRE_PLUGIN

View File

@ -5,7 +5,7 @@
#include <sdktools_sound> #include <sdktools_sound>
#include <convar_class> #include <convar_class>
#include <shavit> #include <shavit/core>
#include <shavit/mapchooser> #include <shavit/mapchooser>
#include <shavit/maps-folder-stocks> #include <shavit/maps-folder-stocks>
@ -144,6 +144,8 @@ public APLRes AskPluginLoad2(Handle myself, bool late, char[] error, int err_max
g_hForward_OnUnRTV = CreateGlobalForward("SMC_OnUnRTV", ET_Event, Param_Cell); g_hForward_OnUnRTV = CreateGlobalForward("SMC_OnUnRTV", ET_Event, Param_Cell);
g_hForward_OnSuccesfulRTV = CreateGlobalForward("SMC_OnSuccesfulRTV", ET_Event); g_hForward_OnSuccesfulRTV = CreateGlobalForward("SMC_OnSuccesfulRTV", ET_Event);
RegPluginLibrary("shavit-mapchooser");
gB_Late = late; gB_Late = late;
return APLRes_Success; return APLRes_Success;

View File

@ -31,7 +31,7 @@
#include <tf2> #include <tf2>
#include <tf2_stocks> #include <tf2_stocks>
#include <shavit> #include <shavit/core>
#undef REQUIRE_PLUGIN #undef REQUIRE_PLUGIN
#include <shavit/chat> #include <shavit/chat>

View File

@ -42,7 +42,7 @@
#include <convar_class> #include <convar_class>
#include <dhooks> #include <dhooks>
#include <shavit> #include <shavit/core>
#include <shavit/rankings> #include <shavit/rankings>
#include <shavit/wr> #include <shavit/wr>

View File

@ -25,7 +25,7 @@
#include <profiler> #include <profiler>
#include <dhooks> #include <dhooks>
#include <shavit> #include <shavit/core>
#include <shavit/replay-playback> #include <shavit/replay-playback>
#include <shavit/wr> #include <shavit/wr>
#include <shavit/zones> #include <shavit/zones>

View File

@ -24,7 +24,7 @@
#include <shavit/replay-recorder> #include <shavit/replay-recorder>
#include <shavit> #include <shavit/core>
#undef REQUIRE_PLUGIN #undef REQUIRE_PLUGIN
#include <shavit/replay-playback> #include <shavit/replay-playback>

View File

@ -23,7 +23,7 @@
#include <convar_class> #include <convar_class>
#include <dhooks> #include <dhooks>
#include <shavit> #include <shavit/core>
#include <shavit/wr> #include <shavit/wr>
#undef REQUIRE_PLUGIN #undef REQUIRE_PLUGIN

View File

@ -23,8 +23,7 @@
#include <convar_class> #include <convar_class>
#include <dhooks> #include <dhooks>
#include <shavit> #include <shavit/core>
//#include <shavit/stats>
#undef REQUIRE_PLUGIN #undef REQUIRE_PLUGIN
#include <shavit/rankings> #include <shavit/rankings>

View File

@ -24,7 +24,7 @@
#include <convar_class> #include <convar_class>
#include <dhooks> #include <dhooks>
#include <shavit> #include <shavit/core>
#include <shavit/wr> #include <shavit/wr>
#undef REQUIRE_PLUGIN #undef REQUIRE_PLUGIN

View File

@ -22,7 +22,7 @@
#include <convar_class> #include <convar_class>
#include <dhooks> #include <dhooks>
#include <shavit> #include <shavit/core>
#include <shavit/wr> #include <shavit/wr>
#undef REQUIRE_PLUGIN #undef REQUIRE_PLUGIN

View File

@ -24,7 +24,7 @@
#include <convar_class> #include <convar_class>
#include <dhooks> #include <dhooks>
#include <shavit> #include <shavit/core>
#include <shavit/zones> #include <shavit/zones>
#undef REQUIRE_PLUGIN #undef REQUIRE_PLUGIN