vq / vlib / v / fmt / tests / fn_headers_with_comments_expected.vv
11 lines · 7 sloc · 230 bytes
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
9
10/* Test
11*/
12