Artifact
815dc2ca4c500d380bc3c9a720e9f0bc24a98b7f:
- File
sdl2/mix-types.ss
— part of check-in
[242c211156]
at
2018-01-08 17:10:50
on branch trunk
— Initial SDL_Mixer support
(user:
ovenpasta@users.noreply.github.com
size: 369)
(define-ftype mix-chunk
(struct
(allocated int)
(abuf uint8)
(alen uint32)
(volume uint8)))
(define-ftype mix-music
(struct))
(define-ftype mix-music-type uint8)
(define-ftype mix-fading uint8)
;;;Fixme enum ^
(define-ftype mix-effect-func-t (function (int void* int void*) void))
(define-ftype mix-effect-done-t (function (int void*) void))