forked from Fierelier/me.fier.engine
Fix mistake in toml
This commit is contained in:
parent
a149d0af2b
commit
0963aae9f8
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user