From 75d9fcd960d23d28070e9ebccc44666d6ef4808a Mon Sep 17 00:00:00 2001 From: Rdbo <57117082+rdbo@users.noreply.github.com> Date: Sun, 13 Dec 2020 15:45:20 -0300 Subject: [PATCH] Add files via upload --- DX9-BaseHook.vcxproj | 3 +++ DX9-BaseHook.vcxproj.user | 6 ++++++ README.md | 2 +- assets/readme.txt | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 DX9-BaseHook.vcxproj.user diff --git a/DX9-BaseHook.vcxproj b/DX9-BaseHook.vcxproj index 2b41aba..318a49c 100644 --- a/DX9-BaseHook.vcxproj +++ b/DX9-BaseHook.vcxproj @@ -231,6 +231,9 @@ + + + diff --git a/DX9-BaseHook.vcxproj.user b/DX9-BaseHook.vcxproj.user new file mode 100644 index 0000000..429333d --- /dev/null +++ b/DX9-BaseHook.vcxproj.user @@ -0,0 +1,6 @@ + + + + true + + \ No newline at end of file diff --git a/README.md b/README.md index 979cb8e..871bf38 100644 --- a/README.md +++ b/README.md @@ -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 DirectX SDK and Visual Studio 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! diff --git a/assets/readme.txt b/assets/readme.txt index 89d75aa..fb311cb 100644 --- a/assets/readme.txt +++ b/assets/readme.txt @@ -1 +1 @@ -Assets such as fonts and images should go here. \ No newline at end of file +Assets such as fonts and images should go here. You can delete this file. \ No newline at end of file