Get rid of memcopies in codegen, improve Multimedia

This commit is contained in:
Krzosa Karol
2022-10-01 22:07:20 +02:00
parent 026c1ddc80
commit 84254fb6dc
7 changed files with 324 additions and 45 deletions

View File

@@ -1,7 +1,6 @@
#import "Multimedia.core"
WinMain :: (hInstance: HINSTANCE, hPrevInstance: HINSTANCE, lpCmdLine: LPSTR, nShowCmd: int): int
mu := StartMultimedia(title = "Hello, people!")
for UpdateMultimedia(&mu)
StartMultimedia(title = "Hello, people!")
for UpdateMultimedia()
pass