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]
|
[engine_window_init]
|
||||||
type = "void"
|
type = "void"
|
||||||
arguments = ["int","int","char *"]
|
arguments = ["int","int","char *"]
|
||||||
argNames = ["width","height","title]
|
argNames = ["width","height","title"]
|
||||||
description = "Creates a window."
|
description = "Creates a window."
|
||||||
|
|
||||||
[engine_window_present]
|
[engine_window_present]
|
||||||
|
Loading…
Reference in New Issue
Block a user