# | Line 307 | Line 307 | void SIDPlayer::ReadyToRun(void) | |
---|---|---|
307 | * Show About window | |
308 | */ | |
309 | ||
310 | < | void AboutWindow(void) |
310 | > | void AboutWindow() |
311 | { | |
312 | BAlert *theAlert = new BAlert("", | |
313 | "SIDPlayer\nVersion " VERSION "\n\n" | |
# | Line 645 | Line 645 | void PrevButton::Draw(BRect update) | |
645 | * Get current value of microsecond timer | |
646 | */ | |
647 | ||
648 | < | uint64 GetTicks_usec(void) |
648 | > | uint64 GetTicks_usec() |
649 | { | |
650 | return system_time(); | |
651 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |