mirror of https://github.com/bsnes-emu/bsnes.git
9 lines
127 B
C++
9 lines
127 B
C++
|
void pTimer::setEnabled(bool enabled) {
|
||
|
}
|
||
|
|
||
|
void pTimer::setInterval(unsigned milliseconds) {
|
||
|
}
|
||
|
|
||
|
void pTimer::constructor() {
|
||
|
}
|