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