mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-17 10:11:40 +02:00
Some work toward Issue 27 and Issue 319
This commit is contained in:
parent
fea12827d4
commit
f974d8d680
74 changed files with 4057 additions and 3756 deletions
|
@ -13,49 +13,7 @@
|
|||
*/
|
||||
|
||||
#include "CArchConsoleUnix.h"
|
||||
#include <cstdio>
|
||||
#include <stdio.h>
|
||||
|
||||
//
|
||||
// CArchConsoleUnix
|
||||
//
|
||||
CArchConsoleUnix::CArchConsoleUnix() { }
|
||||
|
||||
CArchConsoleUnix::CArchConsoleUnix(void*)
|
||||
{
|
||||
// do nothing
|
||||
}
|
||||
|
||||
CArchConsoleUnix::~CArchConsoleUnix()
|
||||
{
|
||||
// do nothing
|
||||
}
|
||||
|
||||
void
|
||||
CArchConsoleUnix::openConsole(const char*)
|
||||
{
|
||||
// do nothing
|
||||
}
|
||||
|
||||
void
|
||||
CArchConsoleUnix::closeConsole()
|
||||
{
|
||||
// do nothing
|
||||
}
|
||||
|
||||
void
|
||||
CArchConsoleUnix::showConsole(bool)
|
||||
{
|
||||
// do nothing
|
||||
}
|
||||
|
||||
void
|
||||
CArchConsoleUnix::writeConsole(const char* str)
|
||||
{
|
||||
fprintf(stderr, "%s", str);
|
||||
}
|
||||
|
||||
const char*
|
||||
CArchConsoleUnix::getNewlineForConsole()
|
||||
{
|
||||
return "\n";
|
||||
}
|
||||
CArchConsoleUnix::~CArchConsoleUnix() { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue