16 lines
300 B
C++
16 lines
300 B
C++
/***
|
|
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
|
|
|
File: EStandardHandle.hpp
|
|
Date: 2022-1-29
|
|
Author: Reece
|
|
***/
|
|
#pragma once
|
|
|
|
#include <Aurora/IO/EStandardStream.hpp>
|
|
|
|
namespace Aurora::Processes
|
|
{
|
|
using EStandardHandle = Aurora::IO::EStandardStream;
|
|
|
|
} |