AuroraRuntime/Source/Hashing/AuHashing.hpp

13 lines
216 B
C++

/***
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: AuHashing.hpp
Date: 2021-6-17
Author: Reece
***/
#pragma once
namespace Aurora::Hashing
{
void InitHashing();
}