Working on multimedia
This commit is contained in:
7
examples/using_multimedia.core
Normal file
7
examples/using_multimedia.core
Normal 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
|
||||
Reference in New Issue
Block a user