slouken@0: /* slouken@518: SDL_mixer: An audio mixer library based on the SDL library slouken@848: Copyright (C) 1997-2018 Sam Lantinga slouken@0: slouken@518: This software is provided 'as-is', without any express or implied slouken@518: warranty. In no event will the authors be held liable for any damages slouken@518: arising from the use of this software. slouken@0: slouken@518: Permission is granted to anyone to use this software for any purpose, slouken@518: including commercial applications, and to alter it and redistribute it slouken@518: freely, subject to the following restrictions: slouken@0: slouken@518: 1. The origin of this software must not be misrepresented; you must not slouken@518: claim that you wrote the original software. If you use this software slouken@518: in a product, an acknowledgment in the product documentation would be slouken@518: appreciated but is not required. slouken@518: 2. Altered source versions must be plainly marked as such, and must not be slouken@518: misrepresented as being the original software. slouken@518: 3. This notice may not be removed or altered from any source distribution. slouken@0: */ slouken@0: slouken@0: /* This file supports an external command for playing music */ slouken@0: slouken@777: #include "music.h" slouken@0: slouken@777: extern Mix_MusicInterface Mix_MusicInterface_CMD; slouken@0: slouken@777: /* vi: set ts=4 sw=4 expandtab: */