Skip to content

Commit 4fbc01d

Browse files
committed
Updated includes
1 parent 1a94130 commit 4fbc01d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

p2sm.cpp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66
//===========================================================================//
77

88
#include "p2sm.hpp"
9-
#include "scanner.hpp"
9+
#include "globals.hpp"
10+
#include "scanner.hpp" // Memory scanner
1011

11-
#include "cdll_int.h"
12-
#include "minhook/include/MinHook.h"
12+
#include "cdll_int.h" // Client interfacing
13+
#include "eiface.h" // Server interfacing
14+
#include "minhook/include/MinHook.h" // MinHook
1315

1416
// memdbgon must be the last include file in a .cpp file!!!
1517
#include "tier0/memdbgon.h"

p2sm.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
#pragma once
99

10+
#include "engine/iserverplugin.h"
11+
1012
#define P2SMPLUSPLUS_PLUGIN_VERSION "1.1.0" // Update this when a new version of the plugin is released.
1113
#define P2SMPLUSPLUS_PLUGIN_CONSOLE_COLOR Color(100, 192, 252, 255) // Light Blue
1214

13-
#include "engine/iserverplugin.h"
14-
1515
//---------------------------------------------------------------------------------
1616
// Purpose: P2SourceModPlusPlus server plugin class
1717
//---------------------------------------------------------------------------------

0 commit comments

Comments
 (0)