;;; ;;; sdl-mixer-lib.stub - glue functions for SDL_mixer ;;; ;;; Copyright(C) 2003 by Michael Vess (mvess@michaelvess.com) ;;; ;;; Permission to use, copy, modify, distribute this software and ;;; accompanying documentation for any purpose is hereby granted, ;;; provided that existing copyright notices are retained in all ;;; copies and that this notice is included verbatim in all ;;; distributions. ;;; This software is provided as is, without express or implied ;;; warranty. In no circumstances the author(s) shall be liable ;;; for any damages arising out of the use of this software. ;;; ;;; $Id: sdl-mixer-syms.stub,v 1.1 2003/01/22 08:38:28 mikiso Exp $ ;;; " #include \"gauche-sdl-mixer.h\" " (define-enum MIX_NO_FADING) (define-enum MIX_FADING_OUT) (define-enum MIX_FADING_IN) (define-enum MUS_NONE) (define-enum MUS_CMD) (define-enum MUS_WAV) (define-enum MUS_MOD) (define-enum MUS_MID) (define-enum MUS_OGG) (define-enum MUS_MP3) (define-enum MIX_DEFAULT_FREQUENCY) (define-enum MIX_DEFAULT_FORMAT) (define-enum MIX_DEFAULT_CHANNELS) (define-enum MIX_CHANNELS) (define-enum MIX_MAX_VOLUME) ;; Local variables: ;; mode: scheme ;; end: