AuroraRuntime/Source/Hashing/AuHashing.cpp

17 lines
278 B
C++
Raw Normal View History

2021-06-27 21:25:29 +00:00
/***
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
2022-11-17 07:46:07 +00:00
File: AuHashing.cpp
2021-06-27 21:25:29 +00:00
Date: 2021-6-17
Author: Reece
***/
2021-09-30 14:57:41 +00:00
#include <Source/RuntimeInternal.hpp>
2022-11-17 07:46:07 +00:00
#include "AuHashing.hpp"
2021-06-27 21:25:29 +00:00
namespace Aurora::Hashing
{
void InitHashing()
{
}
}