Cog/Frameworks/OpenMPT/OpenMPT/openmpt123/openmpt123_config.hpp
Christopher Snowhill dfa5f41984
Updated libOpenMPT to version 0.7
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2023-05-04 18:20:54 -07:00

17 lines
441 B
C++

/*
* openmpt123_config.hpp
* ---------------------
* Purpose: libopenmpt command line player
* Notes : (currently none)
* Authors: OpenMPT Devs
* The OpenMPT source code is released under the BSD license. Read LICENSE for more details.
*/
#ifndef OPENMPT123_CONFIG_HPP
#define OPENMPT123_CONFIG_HPP
#define MPT_INLINE_NS mpt_openmpt123
#define OPENMPT123_VERSION_STRING OPENMPT_API_VERSION_STRING
#endif // OPENMPT123_CONFIG_HPP