bsnes/hiro/reference/widget/label.cpp

13 lines
125 B
C++

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