diff options
Diffstat (limited to 'csgo-loader/csgo-client/Security')
| -rw-r--r-- | csgo-loader/csgo-client/Security/RuntimeSecurity.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/csgo-loader/csgo-client/Security/RuntimeSecurity.hpp b/csgo-loader/csgo-client/Security/RuntimeSecurity.hpp index 77ec94c..2ef601d 100644 --- a/csgo-loader/csgo-client/Security/RuntimeSecurity.hpp +++ b/csgo-loader/csgo-client/Security/RuntimeSecurity.hpp @@ -20,9 +20,11 @@ // trigger in Debug mode.
// Just a neat little feature that I decided to implement :-)
#ifdef DEBUG
+ // Sick macros, retard.
#define WRAP_IF_RELEASE( s )
#define WRAP_IF_DEBUG( s ) { s; }
#else
+ // Sick macros, retard.
#define WRAP_IF_RELEASE( s ) { s; }
#define WRAP_IF_DEBUG( s )
@@ -78,7 +80,7 @@ namespace Security bool Start();
// Retrieves the current Hardware ID for the system.
-
+ HardwareIdentifier GetHardwareId();
};
// Readability
|
