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

37 lines
440 B
C++
Raw Normal View History

2019-01-24 02:16:37 +00: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-25 00:33:28 +00:00
#if defined(MPT_ENABLE_ALIGNED_ALLOC)
2019-01-24 02:16:37 +00:00
namespace mpt
{
} // namespace mpt
2019-10-25 00:33:28 +00:00
#endif // MPT_ENABLE_ALIGNED_ALLOC
2019-01-24 02:16:37 +00:00
OPENMPT_NAMESPACE_END