File: macros.h

package info (click to toggle)
haskell-sdl-mixer 0.6.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 248 kB
  • sloc: haskell: 277; ansic: 8; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (7)
1
2
3
4
5

#include <SDL.h>
#include <SDL_mixer.h>

Mix_Chunk * HS_Mix_LoadWAV(const char* file);