AuroraRuntime/Source/Threading/Threads/AuSpawnThread.NT.hpp

13 lines
211 B
C++

/***
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: AuSpawnThread.NT.hpp
Date:
Author: Reece
***/
#pragma once
namespace Aurora::Threading::Threads
{
// ...
}