AuroraRuntime/Source/Hashing/AuHashing.cpp

17 lines
278 B
C++

/***
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: AuHashing.cpp
Date: 2021-6-17
Author: Reece
***/
#include <Source/RuntimeInternal.hpp>
#include "AuHashing.hpp"
namespace Aurora::Hashing
{
void InitHashing()
{
}
}