mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
12 lines
218 B
C++
Executable file
12 lines
218 B
C++
Executable file
unsigned pVerticalScrollBar::position() {
|
|
return 0;
|
|
}
|
|
|
|
void pVerticalScrollBar::setLength(unsigned length) {
|
|
}
|
|
|
|
void pVerticalScrollBar::setPosition(unsigned position) {
|
|
}
|
|
|
|
void pVerticalScrollBar::constructor() {
|
|
}
|