mirror of https://github.com/bsnes-emu/bsnes.git
16 lines
208 B
C++
16 lines
208 B
C++
|
void pComboBox::append(const string &text) {
|
||
|
}
|
||
|
|
||
|
void pComboBox::reset() {
|
||
|
}
|
||
|
|
||
|
unsigned pComboBox::selection() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
void pComboBox::setSelection(unsigned row) {
|
||
|
}
|
||
|
|
||
|
void pComboBox::constructor() {
|
||
|
}
|