AuroraRuntime/Include/Aurora/Memory/HeapStats.hpp

14 lines
252 B
C++
Raw Normal View History

/***
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: HeapStats.hpp
Date: 2022-12-07
Author: Reece
Note: moved to ROXTL
***/
#pragma once
namespace Aurora::Memory
{
using HeapStats = AuHeapStats;
}