AuroraRuntime/Source/Hashing/Hashing.cpp
2021-06-27 22:25:29 +01:00

17 lines
267 B
C++

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