implement more APIs

This commit is contained in:
InoriRus
2022-04-08 20:41:59 +10:00
parent d4c640462f
commit 1d43b81773
42 changed files with 2146 additions and 109 deletions
+7
View File
@@ -143,6 +143,13 @@ void SetDirection(Direction dir)
g_dir = dir;
}
Direction GetDirection()
{
EXIT_IF(!Log::g_log_initialized);
return g_dir;
}
void SetOutputFile(const String& file_name, Core::File::Encoding enc)
{
EXIT_IF(!Log::g_log_initialized);