From 394627cd47c9bd09494305efd01e7f31c97fb5aa Mon Sep 17 00:00:00 2001 From: madeline Date: Mon, 20 Apr 2026 07:56:09 -0700 Subject: [PATCH] remove low level hook info --- docs/modding.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/modding.md b/docs/modding.md index 6d3ec54075..5c1ebbdb45 100644 --- a/docs/modding.md +++ b/docs/modding.md @@ -98,7 +98,6 @@ The `api` pointer is valid for the lifetime of the mod. When using `hook.hpp`, c | `load_resource` / `free_resource` | Load files from the `res/` tree in the `.dusk` archive | | `register_tab_content` | Add a panel to the mod manager's per-mod tab | | `register_menu_item` | Add an item to the quick-access menu | -| `hook_install` / `hook_pre` / `hook_post` / `hook_replace` | Low-level hook registration (see [Raw C hook API](#raw-c-hook-api)) | | `hook_dispatch_pre` / `hook_dispatch_post` | Called by the trampoline, do not call directly | ---