From f8842e787e683187118faa74b4db51a24f3cc50b Mon Sep 17 00:00:00 2001 From: Auronen <45665432+auronen@users.noreply.github.com> Date: Sun, 22 Sep 2024 18:39:12 +0200 Subject: [PATCH] fix wrong file extension for user API files --- docs/zengin/union/sdk/hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zengin/union/sdk/hooks.md b/docs/zengin/union/sdk/hooks.md index 7b7948b01f..83b2ecad12 100644 --- a/docs/zengin/union/sdk/hooks.md +++ b/docs/zengin/union/sdk/hooks.md @@ -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