AuroraRuntime/Source/Threading/AuSleep.hpp

13 lines
212 B
C++

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