Add missing line

This commit is contained in:
JeremyStar™ 2024-04-14 23:54:09 +02:00
parent 8455c2e1eb
commit 341fb1dfb3
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -100,7 +100,8 @@ Do not call this.
Applies the a configuration.
### *void* <u>cleanup</u>()
Makes sure that CORE does not leak memory on shutdown/unload. \
Unloads all custom modules, built-in modules, frees any of CORE's classes and lastly itself.
Unloads all custom modules, built-in modules, frees any of CORE's classes and lastly itself. \
Only call this function if you're sure that your application or game no longer uses the CORE Framework.
### *int* <u>register_cleanup_hook</u>(*Callable* <u>callable</u>)
Registers a new cleanup hook. \
Returns the hook id.