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