bsnes/hiro/reference/widget/frame.cpp

13 lines
125 B
C++

namespace phoenix {
void pFrame::setText(string text) {
}
void pFrame::constructor() {
}
void pFrame::destructor() {
}
}