Skip to content

Commit

Permalink
feat: Added Hotkey
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiga74164 committed Apr 4, 2024
1 parent bff095d commit 38e6170
Show file tree
Hide file tree
Showing 13 changed files with 682 additions and 5 deletions.
3 changes: 3 additions & 0 deletions src/SoloLevelling.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@
<ClInclude Include="game\game-utils.hpp" />
<ClInclude Include="game\global.h" />
<ClInclude Include="game\HookManager.h" />
<ClInclude Include="game\Hotkey.h" />
<ClInclude Include="game\HotkeyManager.h" />
<ClInclude Include="game\main.h" />
<ClInclude Include="game\Memory.h" />
<ClInclude Include="game\Module.h" />
Expand Down Expand Up @@ -180,6 +182,7 @@
<ClCompile Include="game\events.cpp" />
<ClCompile Include="game\events\joins\abstracteventjoin.cpp" />
<ClCompile Include="game\events\joins\eventjoinwrapper.cpp" />
<ClCompile Include="game\Hotkey.cpp" />
<ClCompile Include="game\main.cpp" />
<ClCompile Include="game\Memory.cpp" />
<ClCompile Include="game\Render\Backend\DX11Hook.cpp" />
Expand Down
9 changes: 9 additions & 0 deletions src/SoloLevelling.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,12 @@
<ClInclude Include="game\cheat\features\MobVacuum.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="game\Hotkey.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="game\HotkeyManager.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="vendor\CommandMenu\src\Menu.cpp">
Expand Down Expand Up @@ -422,5 +428,8 @@
<ClCompile Include="game\cheat\features\MobVacuum.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="game\Hotkey.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
</Project>
Loading

0 comments on commit 38e6170

Please sign in to comment.