AuroraRuntime/Source/IO/UNIX/UnixIO.hpp

14 lines
235 B
C++
Raw Normal View History

2022-04-13 11:00:35 +00:00
/***
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: UnixIO.hpp
Date: 2022-4-12
Author: Reece
***/
#pragma once
namespace Aurora::IO::UNIX
{
void InitUnixIO();
void DeinitUnixIO();
2022-04-13 11:00:35 +00:00
}