Reece
0fb514f856
[+] AuMemory::Cache [+] AuMemory::SwapLock [+] AuMemory::Transition AuROXTL [+] AuPageRoundUp [+] AuPageRound
13 lines
205 B
C++
13 lines
205 B
C++
/***
|
|
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
|
|
|
File: Transition.hpp
|
|
Date: 2022-3-21
|
|
Author: Reece
|
|
***/
|
|
#pragma once
|
|
|
|
namespace Aurora::Memory::Transition
|
|
{
|
|
|
|
} |