Working on multimedia

This commit is contained in:
Krzosa Karol
2022-10-01 17:07:36 +02:00
parent c85f16f673
commit d866ebb231
5 changed files with 56 additions and 25 deletions

View File

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