bsnes/phoenix/reference/widget/button.cpp

16 lines
201 B
C++

namespace phoenix {
void pButton::setImage(const image& image, Orientation orientation) {
}
void pButton::setText(string text) {
}
void pButton::constructor() {
}
void pButton::destructor() {
}
}