mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
ZVISION: Correct function documentation
This commit is contained in:
parent
6bc2a633a2
commit
0c09973a70
@ -67,14 +67,14 @@ public:
|
||||
}
|
||||
|
||||
/**
|
||||
* Pause the clock. Any future delta times will take this pause into account.
|
||||
* Has no effect if the clock is already paused.
|
||||
*/
|
||||
* Un-pause the clock.
|
||||
* Has no effect if the clock is already un-paused.
|
||||
*/
|
||||
void start();
|
||||
|
||||
/**
|
||||
* Un-pause the clock.
|
||||
* Has no effect if the clock is already un-paused.
|
||||
* Pause the clock. Any future delta times will take this pause into account.
|
||||
* Has no effect if the clock is already paused.
|
||||
*/
|
||||
void stop();
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user