Skip to content

Commit

Permalink
fix wrong file extension for user API files
Browse files Browse the repository at this point in the history
  • Loading branch information
auronen authored Sep 22, 2024
1 parent 674ee2b commit f8842e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zengin/union/sdk/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ int __fastcall zCVob_Render(zCVob* _this, zTRenderContext& context) {
```
#### Option #2 - User API
In `Engine SDK/User API` we can find a `.inc` file for the class we are hooking and define a new member method there. In this case, we are looking for `zCVob.inc`:
In `Engine SDK/User API` we can find a `.inl` file for the class we are hooking and define a new member method there. In this case, we are looking for `zCVob.inl`:
```cpp
// Supported with union (c) 2020 Union team
Expand Down

0 comments on commit f8842e7

Please sign in to comment.