AuroraRuntime/Source/Console/Flusher.hpp

15 lines
263 B
C++
Raw Normal View History

2021-09-06 10:58:08 +00:00
/***
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();
}