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