wut
v1.7.0
Wii U Toolchain
|
Go to the source code of this file.
Data Structures | |
struct | OSStopWatchAtomic |
Typedefs | |
typedef struct OSStopWatchAtomic | OSStopWatchAtomic |
Functions | |
OSTime | OSStopWatchStart (OSStopWatchAtomic *stopWatch) |
Start the stopwatch. More... | |
OSTime | OSStopWatchStop (OSStopWatchAtomic *stopWatch) |
Stop the stopwatch. More... | |
OSTime | OSStopWatchLap (OSStopWatchAtomic *stopWatch) |
Get the current time on the stopwatch. More... | |
OSTime | OSStopWatchReset (OSStopWatchAtomic *stopWatch) |
Stops and resets the stop watch. More... | |