AuroraRuntime/Source/Memory/AuMemory.hpp

16 lines
294 B
C++
Raw Normal View History

2021-06-27 21:25:29 +00:00
/***
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
2024-03-19 15:47:42 +00:00
File: AuMemory.hpp
2021-06-27 21:25:29 +00:00
Date: 2021-6-12
Author: Reece
***/
#pragma once
2024-03-19 15:47:42 +00:00
#include "AuMemory.hpp"
2021-06-27 21:25:29 +00:00
namespace Aurora::Memory
{
extern AuUInt gBytesCounterAllocated;
extern AuUInt gBytesCounterPeak;
2021-06-27 21:25:29 +00:00
}