J Reece Wilson
d81d4564e9
[*] Linux Semaphore bug (apparently I can't write loops) [*] Linux sleep bug
13 lines
231 B
C++
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();
|
|
} |