mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-06 18:08:26 +00:00
swap #include <shavit> with <shavit/core>
This commit is contained in:
parent
d95771f9b4
commit
b9c6c47db4
@ -25,7 +25,7 @@
|
||||
#include <convar_class>
|
||||
#include <dhooks>
|
||||
|
||||
#include <shavit>
|
||||
#include <shavit/core>
|
||||
#include <shavit/chat>
|
||||
#include <shavit/chat-colors>
|
||||
#include <shavit/steamid-stocks>
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
#include <clientprefs>
|
||||
#include <dhooks>
|
||||
|
||||
#include <shavit>
|
||||
#include <shavit/core>
|
||||
#include <shavit/checkpoints>
|
||||
#include <shavit/zones>
|
||||
#include <shavit/physicsuntouch>
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
#define DEBUG 0
|
||||
|
||||
#include <shavit>
|
||||
#include <shavit/core>
|
||||
|
||||
#undef REQUIRE_PLUGIN
|
||||
#include <shavit/hud>
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
#include <convar_class>
|
||||
#include <dhooks>
|
||||
|
||||
#include <shavit>
|
||||
#include <shavit/core>
|
||||
#include <shavit/hud>
|
||||
|
||||
#undef REQUIRE_PLUGIN
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
#include <sdktools_sound>
|
||||
#include <convar_class>
|
||||
|
||||
#include <shavit>
|
||||
#include <shavit/core>
|
||||
#include <shavit/mapchooser>
|
||||
|
||||
#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_OnSuccesfulRTV = CreateGlobalForward("SMC_OnSuccesfulRTV", ET_Event);
|
||||
|
||||
RegPluginLibrary("shavit-mapchooser");
|
||||
|
||||
gB_Late = late;
|
||||
|
||||
return APLRes_Success;
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
#include <tf2>
|
||||
#include <tf2_stocks>
|
||||
|
||||
#include <shavit>
|
||||
#include <shavit/core>
|
||||
|
||||
#undef REQUIRE_PLUGIN
|
||||
#include <shavit/chat>
|
||||
|
||||
@ -42,7 +42,7 @@
|
||||
#include <convar_class>
|
||||
#include <dhooks>
|
||||
|
||||
#include <shavit>
|
||||
#include <shavit/core>
|
||||
#include <shavit/rankings>
|
||||
#include <shavit/wr>
|
||||
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
#include <profiler>
|
||||
#include <dhooks>
|
||||
|
||||
#include <shavit>
|
||||
#include <shavit/core>
|
||||
#include <shavit/replay-playback>
|
||||
#include <shavit/wr>
|
||||
#include <shavit/zones>
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
|
||||
#include <shavit/replay-recorder>
|
||||
|
||||
#include <shavit>
|
||||
#include <shavit/core>
|
||||
|
||||
#undef REQUIRE_PLUGIN
|
||||
#include <shavit/replay-playback>
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
#include <convar_class>
|
||||
#include <dhooks>
|
||||
|
||||
#include <shavit>
|
||||
#include <shavit/core>
|
||||
#include <shavit/wr>
|
||||
|
||||
#undef REQUIRE_PLUGIN
|
||||
|
||||
@ -23,8 +23,7 @@
|
||||
#include <convar_class>
|
||||
#include <dhooks>
|
||||
|
||||
#include <shavit>
|
||||
//#include <shavit/stats>
|
||||
#include <shavit/core>
|
||||
|
||||
#undef REQUIRE_PLUGIN
|
||||
#include <shavit/rankings>
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
#include <convar_class>
|
||||
#include <dhooks>
|
||||
|
||||
#include <shavit>
|
||||
#include <shavit/core>
|
||||
#include <shavit/wr>
|
||||
|
||||
#undef REQUIRE_PLUGIN
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
#include <convar_class>
|
||||
#include <dhooks>
|
||||
|
||||
#include <shavit>
|
||||
#include <shavit/core>
|
||||
#include <shavit/wr>
|
||||
|
||||
#undef REQUIRE_PLUGIN
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
#include <convar_class>
|
||||
#include <dhooks>
|
||||
|
||||
#include <shavit>
|
||||
#include <shavit/core>
|
||||
#include <shavit/zones>
|
||||
|
||||
#undef REQUIRE_PLUGIN
|
||||
|
||||
Loading…
Reference in New Issue
Block a user