AuroraRuntime/Source/Console/Flusher.hpp

13 lines
213 B
C++
Raw Permalink 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();
}