Add missing line
This commit is contained in:
parent
8455c2e1eb
commit
341fb1dfb3
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue