Implemented C variadic arguments
This commit is contained in:
@@ -68,6 +68,8 @@ main :: (): int
|
||||
guys: Array(Guy)
|
||||
Add(&guys, {pos = {100, 100}})
|
||||
|
||||
Memes(32, 32, 32, 32.42, "ASD")
|
||||
|
||||
InitWindow(1280, 720, "Testing")
|
||||
SetTargetFPS(60)
|
||||
for !WindowShouldClose()
|
||||
|
||||
Reference in New Issue
Block a user