mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 21:25:55 +08:00
Restored lost files and changes in version 1.3.1 to depot.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
// CArchConsoleUnix
|
||||
//
|
||||
|
||||
CArchConsoleUnix::CArchConsoleUnix()
|
||||
CArchConsoleUnix::CArchConsoleUnix(void*)
|
||||
{
|
||||
// do nothing
|
||||
}
|
||||
@@ -41,6 +41,12 @@ CArchConsoleUnix::closeConsole()
|
||||
// do nothing
|
||||
}
|
||||
|
||||
void
|
||||
CArchConsoleUnix::showConsole(bool)
|
||||
{
|
||||
// do nothing
|
||||
}
|
||||
|
||||
void
|
||||
CArchConsoleUnix::writeConsole(const char* str)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user