13 lines
216 B
C++
13 lines
216 B
C++
/***
|
|
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
|
|
|
File: Cache.hpp
|
|
Date: 2022-3-21
|
|
Author: Reece
|
|
***/
|
|
#pragma once
|
|
|
|
namespace Aurora::Memory::Cache
|
|
{
|
|
void InitCache();
|
|
} |