Fix mistake in toml

This commit is contained in:
Fierelier 2023-05-14 22:13:35 +02:00
parent a149d0af2b
commit 0963aae9f8

View File

@ -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]