mirror of https://github.com/bsnes-emu/bsnes.git
25 lines
335 B
C++
25 lines
335 B
C++
namespace phoenix {
|
|
|
|
void pComboButton::append() {
|
|
}
|
|
|
|
void pComboButton::remove(unsigned selection) {
|
|
}
|
|
|
|
void pComboButton::reset() {
|
|
}
|
|
|
|
void pComboButton::setSelected(unsigned selection) {
|
|
}
|
|
|
|
void pComboButton::setText(unsigned selection, string text) {
|
|
}
|
|
|
|
void pComboButton::constructor() {
|
|
}
|
|
|
|
void pComboButton::destructor() {
|
|
}
|
|
|
|
}
|