AuroraRuntime/Source/Exit/Exit.Unix.hpp
J Reece Wilson d81d4564e9 [+] Initial Linux exit signal handler
[*] Linux Semaphore bug (apparently I can't write loops)
[*] Linux sleep bug
2022-04-07 05:35:17 +01:00

13 lines
231 B
C++

/***
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: Exit.Unix.hpp
Date: 2022-4-7
Author: Reece
***/
#pragma once
namespace Aurora::Exit
{
void InitUnix();
void DeinitUnix();
}