v2 / vlib / v / fmt / tests / fn_headers_with_comments_input.vv
9 lines · 6 sloc · 229 bytes · 18e60e77de77785c773cb8908cd99a9514cb9bb8
Raw
1fn C.Mix_LoadMUS1(file byteptr) voidptr // *Mix_Music
2
3fn C.Mix_LoadMUS2(file byteptr) voidptr // *Mix_Music*
4
5fn C.Mix_LoadMUS3(file byteptr) voidptr // 1 2 3
6
7// Loads music
8fn C.Mix_LoadMUS4(file byteptr) voidptr /* Test
9*/
10