mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
8 lines
127 B
C++
Executable file
8 lines
127 B
C++
Executable file
void pTimer::setEnabled(bool enabled) {
|
|
}
|
|
|
|
void pTimer::setInterval(unsigned milliseconds) {
|
|
}
|
|
|
|
void pTimer::constructor() {
|
|
}
|