mirror of
https://github.com/encounter/Petari.git
synced 2026-03-30 11:34:15 -07:00
9 lines
251 B
C++
9 lines
251 B
C++
#include "Game/Util/SystemUtil.hpp"
|
|
#include "Game/Util/MemoryUtil.hpp"
|
|
#include "nw4r/lyt/lyt_layout.hpp"
|
|
|
|
namespace MR {
|
|
void setLayoutDefaultAllocator() {
|
|
nw4r::lyt::Layout::mspAllocator = &MR::NewDeleteAllocator::sAllocator;
|
|
}
|
|
};
|