mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
15 lines
208 B
C++
Executable file
15 lines
208 B
C++
Executable file
void pComboBox::append(const string &text) {
|
|
}
|
|
|
|
void pComboBox::reset() {
|
|
}
|
|
|
|
unsigned pComboBox::selection() {
|
|
return 0;
|
|
}
|
|
|
|
void pComboBox::setSelection(unsigned row) {
|
|
}
|
|
|
|
void pComboBox::constructor() {
|
|
}
|