bsnes/phoenix/reference/widget/console.cpp

16 lines
157 B
C++
Raw Normal View History

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