Fix errors from rebase

This commit is contained in:
Kenzzer 2025-04-23 08:21:19 +00:00
parent eee0ae787d
commit fbc8d42e71
No known key found for this signature in database
GPG Key ID: 64C3FD4332686DC1
3 changed files with 4 additions and 2 deletions

View File

@ -32,6 +32,7 @@
#include "KeyValues.h"
#include "filesystem.h"
#include "tier0/icommandline.h"
#include "khook/memory.hpp"
#if SOURCE_ENGINE >= SE_ORANGEBOX
void LocalCommand_Meta(const CCommand& args);

View File

@ -33,6 +33,7 @@
#include <list>
#include "../provider_base.h"
#include "khook.hpp"
class IFileSystem;

View File

@ -23,6 +23,7 @@
* 3. This notice may not be removed or altered from any source distribution.
*/
#include <cassert>
#include <string>
#include "metamod.h"
#include "metamod_util.h"
@ -32,8 +33,7 @@
#include "loader_bridge.h"
#include "metamod_version.h"
#include "provider/provider_base.h"
#include <string>
#include "khook.hpp"
ConCommand *g_plugin_unload = NULL;
bool g_bIsTryingToUnload;