diff --git a/modules/engine/FUNCTIONS.toml b/modules/engine/FUNCTIONS.toml index 91101f4..b816c0d 100644 --- a/modules/engine/FUNCTIONS.toml +++ b/modules/engine/FUNCTIONS.toml @@ -15,7 +15,7 @@ description = "Allocate memory, equivalent to C's free()." [engine_window_init] type = "void" arguments = ["int","int","char *"] -argNames = ["width","height","title] +argNames = ["width","height","title"] description = "Creates a window." [engine_window_present]