File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 32
32
#include " KeyValues.h"
33
33
#include " filesystem.h"
34
34
#include " tier0/icommandline.h"
35
+ #include " khook/memory.hpp"
35
36
36
37
#if SOURCE_ENGINE >= SE_ORANGEBOX
37
38
void LocalCommand_Meta (const CCommand& args);
Original file line number Diff line number Diff line change 33
33
#include < list>
34
34
35
35
#include " ../provider_base.h"
36
+ #include " khook.hpp"
36
37
37
38
class IFileSystem ;
38
39
Original file line number Diff line number Diff line change 23
23
* 3. This notice may not be removed or altered from any source distribution.
24
24
*/
25
25
#include < cassert>
26
+ #include < string>
26
27
27
28
#include " metamod.h"
28
29
#include " metamod_util.h"
32
33
#include " loader_bridge.h"
33
34
#include " metamod_version.h"
34
35
#include " provider/provider_base.h"
35
-
36
- #include < string>
36
+ #include " khook.hpp"
37
37
38
38
ConCommand *g_plugin_unload = NULL ;
39
39
bool g_bIsTryingToUnload;
You can’t perform that action at this time.
0 commit comments