12 lines
261 B
C++
12 lines
261 B
C++
/***
|
|
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
|
|
|
File: ConsoleStd.hpp
|
|
Date: 2022-5-18
|
|
Author: Reece
|
|
***/
|
|
#pragma once
|
|
|
|
#include "ENoncanonicalInput.hpp"
|
|
#include "NoncanonicalInput.hpp"
|
|
#include "NoncanonicalAPI.hpp" |