Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Forgot some stuff 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
hotline1337 committed Jun 3, 2023
1 parent f160848 commit 32f0db3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
3 changes: 0 additions & 3 deletions R3nzSkin_Injector/R3nzSkin_Injector.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,6 @@
<DependentUpon>R3nzUI.hpp</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="settings.settings" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
5 changes: 0 additions & 5 deletions R3nzSkin_Injector/R3nzSkin_Injector.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,4 @@
<Filter>Resource</Filter>
</Image>
</ItemGroup>
<ItemGroup>
<None Include="settings.settings">
<Filter>Source Files</Filter>
</None>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion R3nzSkin_Injector/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ using namespace System::Threading;
int main([[maybe_unused]] array<String^>^ args)
{
std::srand(static_cast<unsigned int>(std::time(nullptr)));
//Injector::renameExe();
Injector::renameExe();

Application::EnableVisualStyles();
Application::SetCompatibleTextRenderingDefault(false);
Expand Down
Empty file.

0 comments on commit 32f0db3

Please sign in to comment.