diff --git a/src/Hacks/CopyHack.cpp b/src/Hacks/CopyHack.cpp index 43053e1..24f1086 100644 --- a/src/Hacks/CopyHack.cpp +++ b/src/Hacks/CopyHack.cpp @@ -1,4 +1,4 @@ -/*#include +#include #include #include "../Client/Client.h" @@ -21,4 +21,4 @@ class $modify(LevelInfoLayer) { } return true; } -};*/ \ No newline at end of file +}; \ No newline at end of file diff --git a/src/Hacks/NocMark.cpp b/src/Hacks/NocMark.cpp index b682f42..714e4ce 100644 --- a/src/Hacks/NocMark.cpp +++ b/src/Hacks/NocMark.cpp @@ -1,4 +1,4 @@ -/*#include +#include #include #include "../Client/Client.h" @@ -16,4 +16,4 @@ class $modify(EditLevelLayer) { EditLevelLayer::onShare(sender); } -};*/ \ No newline at end of file +}; \ No newline at end of file