remove low level hook info

This commit is contained in:
madeline
2026-04-20 07:56:09 -07:00
parent e7081f770a
commit 394627cd47
-1
View File
@@ -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 |
---