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