#include <revolution/os.h> void OSInitStopwatch(OSStopwatch* sw, char* name);
| sw | Pointer to the stopwatch to initialize. |
|---|---|
| name | Stopwatch name. |
None.
Initializes designated stopwatch structure.
Stopwatch Functions, OSDumpStopwatch, OSStartStopwatch, OSStopStopwatch, OSCheckStopwatch, OSResetStopwatch
2007/12/11 Changed the type of the second argument to const char*.
2006/03/01 Initial version.
CONFIDENTIAL