17 lines
441 B
C++
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
|