mirror of
https://github.com/InoriRus/Kyty.git
synced 2026-08-28 05:06:40 +00:00
implement more APIs
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user