Cog/Frameworks/OpenMPT.old/OpenMPT/common/mptAlloc.cpp

37 lines
440 B
C++
Raw Normal View History

2019-01-23 23:16:37 -03:00
/*
* mptAlloc.cpp
* ------------
* Purpose: Dynamic memory allocation.
* Notes : (currently none)
* Authors: OpenMPT Devs
* The OpenMPT source code is released under the BSD license. Read LICENSE for more details.
*/
#include "stdafx.h"
#include "mptAlloc.h"
OPENMPT_NAMESPACE_BEGIN
2019-10-24 21:33:28 -03:00
#if defined(MPT_ENABLE_ALIGNED_ALLOC)
2019-01-23 23:16:37 -03:00
namespace mpt
{
} // namespace mpt
2019-10-24 21:33:28 -03:00
#endif // MPT_ENABLE_ALIGNED_ALLOC
2019-01-23 23:16:37 -03:00
OPENMPT_NAMESPACE_END