AuroraRuntime/Source/Console/Flusher.hpp
2021-09-06 11:58:08 +01:00

15 lines
263 B
C++

/***
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: Flusher.hpp
Date: 2021-8-27
Author: Reece
***/
#pragma once
namespace Aurora::Console
{
void ForceFlush();
void InitFlusher();
void DeinitFlusher();
}