diff --git a/modules/engine/FUNCTIONS.toml b/modules/engine/FUNCTIONS.toml index 2d8965e..91101f4 100644 --- a/modules/engine/FUNCTIONS.toml +++ b/modules/engine/FUNCTIONS.toml @@ -55,7 +55,7 @@ description = "Halt the program for some amount of time." type = "struct ENGINE_EVENT *" arguments = [] argNames = [] -description = "Get an event. If the type is ENGINE_EVENT_TYPE_NONE, there are no more events." +description = "Get an event. If the type is ENGINE_EVENT_TYPE_NONE, there are no more events. Needs to be freed with engine_free()." # TEXTURES [engine_texture_create]