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

16 lines
208 B
C++
Executable File

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