Skip to content

Commit

Permalink
chore: update buttons.hpp file name.
Browse files Browse the repository at this point in the history
Signed-off-by: invoker__qq <[email protected]>
  • Loading branch information
tiansongyu committed Nov 27, 2024
1 parent 32e46d2 commit 440758e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 33 deletions.
28 changes: 0 additions & 28 deletions external-cheat-base/button.hpp

This file was deleted.

2 changes: 1 addition & 1 deletion external-cheat-base/esp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include"renderer/renderer.h"
#include"client_dll.hpp"
#include"offsets.hpp"
#include "button.hpp"
#include "buttons.hpp"

extern uint32_t WIDTH;
extern uint32_t HEIGHT;
Expand Down
2 changes: 1 addition & 1 deletion external-cheat-base/external-cheat-base.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="button.hpp" />
<ClInclude Include="buttons.hpp" />
<ClInclude Include="client_dll.hpp" />
<ClInclude Include="esp.hpp" />
<ClInclude Include="math\vector.h" />
Expand Down
2 changes: 1 addition & 1 deletion external-cheat-base/external-cheat-base.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<ClInclude Include="offsets.hpp">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="button.hpp">
<ClInclude Include="buttons.hpp">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions external-cheat-base/update_offset.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ curl -o offsets.hpp https://raw.githubusercontent.com/a2x/cs2-dumper/refs/heads/
echo Updating client_dll.hpp...
curl -o client_dll.hpp https://raw.githubusercontent.com/a2x/cs2-dumper/refs/heads/main/output/client_dll.hpp

echo Updating button.hpp...
curl -o button.hpp https://raw.githubusercontent.com/a2x/cs2-dumper/refs/heads/main/output/buttons.hpp
echo Updating buttons.hpp...
curl -o buttons.hpp https://raw.githubusercontent.com/a2x/cs2-dumper/refs/heads/main/output/buttons.hpp

echo Update complete.
endlocal
Expand Down

0 comments on commit 440758e

Please sign in to comment.