mirror of https://github.com/bsnes-emu/bsnes.git
13 lines
218 B
C++
13 lines
218 B
C++
|
unsigned pVerticalScrollBar::position() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
void pVerticalScrollBar::setLength(unsigned length) {
|
||
|
}
|
||
|
|
||
|
void pVerticalScrollBar::setPosition(unsigned position) {
|
||
|
}
|
||
|
|
||
|
void pVerticalScrollBar::constructor() {
|
||
|
}
|