bsnes/phoenix/reference/widget/console.cpp

19 lines
202 B
C++
Raw Normal View History

namespace phoenix {
void pConsole::print(string text) {
}
void pConsole::reset() {
}
void pConsole::setPrompt(string prompt) {
}
void pConsole::constructor() {
}
void pConsole::destructor() {
}
}