mirror of https://github.com/bsnes-emu/bsnes.git
16 lines
157 B
C++
16 lines
157 B
C++
|
namespace phoenix {
|
||
|
|
||
|
void pConsole::print(string text) {
|
||
|
}
|
||
|
|
||
|
void pConsole::reset() {
|
||
|
}
|
||
|
|
||
|
void pConsole::constructor() {
|
||
|
}
|
||
|
|
||
|
void pConsole::destructor() {
|
||
|
}
|
||
|
|
||
|
}
|