bsnes/phoenix/reference/widget/label.cpp

13 lines
125 B
C++
Raw Normal View History

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