File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 22//
33// Author: Orsell
44// Purpose: Global functions & variables used repeatedly throughout the plugin
5- //
5+ //
66// ===========================================================================//
77
88#pragma once
1717
1818#include " scanner.hpp"
1919
20- #include < comdef.h>
20+ #include < comdef.h>
2121
2222// Forward references for class types unable to be accessed directly.
2323class CBasePlayer ;
@@ -27,7 +27,7 @@ class CWorkshopManager;
2727class CEnvProjectedTexture ;
2828
2929// Color macros for console printing.
30- #define P2SMPLUSPLUS_PLUGIN_VERSION " 1.1.0 " // Update this when a new version of the plugin is released.
30+ #define P2SMPLUSPLUS_PLUGIN_VERSION " 1.1.1 " // Update this when a new version of the plugin is released.
3131#define P2SMPLUSPLUS_PLUGIN_CONSOLE_COLOR Color (100 , 192 , 252 , 255 ) // Light Blue
3232
3333#define CUR_MAPFILE_NAME STRING (g_pGlobals->mapname)
@@ -62,7 +62,7 @@ enum : std::uint8_t
6262{
6363 TEAM_SINGLEPLAYER = 0 ,
6464 TEAM_SPECTATOR,
65- TEAM_RED,
65+ TEAM_RED,
6666 TEAM_BLUE
6767};
6868
@@ -220,7 +220,7 @@ inline const char* GetGameRootDir()
220220}
221221
222222// ---------------------------------------------------------------------------------
223- // Purpose: Returns true if a game session is running.
223+ // Purpose: Returns true if a game session is running.
224224// ---------------------------------------------------------------------------------
225225inline bool IsGameActive ()
226226{
You can’t perform that action at this time.
0 commit comments