mirror of https://github.com/bsnes-emu/bsnes.git
13 lines
125 B
C++
13 lines
125 B
C++
|
namespace phoenix {
|
||
|
|
||
|
void pFrame::setText(string text) {
|
||
|
}
|
||
|
|
||
|
void pFrame::constructor() {
|
||
|
}
|
||
|
|
||
|
void pFrame::destructor() {
|
||
|
}
|
||
|
|
||
|
}
|