bsnes/higan/phoenix/reference/widget/label.cpp

10 lines
101 B
C++
Raw Normal View History

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