From 3927cdd35b468b52fd689551ba70f17d6bd86eb2 Mon Sep 17 00:00:00 2001 From: boris Date: Thu, 27 Dec 2018 22:44:59 +1300 Subject: hjksdal yeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee --- csgo-loader/csgo-client/Security/RuntimeSecurity.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'csgo-loader/csgo-client') 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 -- cgit v1.2.3