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