Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
fmt
/
tests
/
fn_headers_with_comments_input.vv
9
lines
·
6
sloc
·
229 bytes
·
18e60e77de77785c773cb8908cd99a9514cb9bb8
Raw
1
fn C.Mix_LoadMUS1(file byteptr) voidptr // *Mix_Music
2
3
fn C.Mix_LoadMUS2(file byteptr) voidptr // *Mix_Music*
4
5
fn C.Mix_LoadMUS3(file byteptr) voidptr // 1 2 3
6
7
// Loads music
8
fn C.Mix_LoadMUS4(file byteptr) voidptr /* Test
9
*/
10