diff options
Diffstat (limited to 'internal_rewrite/settings.hpp')
| -rw-r--r-- | internal_rewrite/settings.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal_rewrite/settings.hpp b/internal_rewrite/settings.hpp index e2d0c34..decdfc9 100644 --- a/internal_rewrite/settings.hpp +++ b/internal_rewrite/settings.hpp @@ -109,6 +109,10 @@ namespace data }
}
+ __declspec( noinline ) void reset( ) {
+ holder_.reset( );
+ }
+
void copy_to_clipboard( ) {
holder_.save( "", xors( "./csgo/cfg/money_temp.cfg" ) );
std::vector< uint8_t > file_data;
|
