Skip to content

Commit

Permalink
Update creating-a-c++-mod.md
Browse files Browse the repository at this point in the history
  • Loading branch information
narknon authored Jul 26, 2023
1 parent af03655 commit 859d6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/creating-a-c++-mod.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ The `Output::send` function uses `std::format` in the back-end so you should do

## Part #4

1. This part assumes you have UE4SS installed for your game already. If not, refer to the [installation guide](./installation-guide.md).
1. This part assumes you have UE4SS installed for your game already. If not, refer to the [installation guide](../installation-guide.md).

2. After building, you will have the following files:
- `UE4SS-cppsdk_xinput.dll` in `MyMods\Output\ue4ss\Binaries\x64\Release`
Expand Down

0 comments on commit 859d6fb

Please sign in to comment.