Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbo authored Dec 13, 2020
1 parent e1825ee commit 75d9fcd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions DX9-BaseHook.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@
<ClInclude Include="src\base.h" />
<ClInclude Include="src\pch.h" />
</ItemGroup>
<ItemGroup>
<Text Include="assets\readme.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
6 changes: 6 additions & 0 deletions DX9-BaseHook.vcxproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ShowAllFiles>true</ShowAllFiles>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ This project is a basehook for any game/program that uses DirectX 9. It hooks th
# How to use
First of all, you have to make sure you have the <a href="https://www.microsoft.com/en-us/download/details.aspx?id=6812">DirectX SDK</a> and <a href="https://visualstudio.microsoft.com/">Visual Studio</a> installed.
Then, you just need to open the solution on VS and do the changes you want.
I also recommend turning on the option *Show All Files* on Visual Studio for a better view of the project.
I also recommend turning on the option *Show All Files* on Visual Studio for a better view of the project.
Have fun!
2 changes: 1 addition & 1 deletion assets/readme.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Assets such as fonts and images should go here.
Assets such as fonts and images should go here. You can delete this file.

0 comments on commit 75d9fcd

Please sign in to comment.