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