wut v1.8.0
Wii U Toolchain
Loading...
Searching...
No Matches
Data Structures | Typedefs | Functions
stopwatchatomic.h File Reference
#include <wut.h>
#include "time.h"
Include dependency graph for stopwatchatomic.h:

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.
 
OSTime OSStopWatchStop (OSStopWatchAtomic *stopWatch)
 Stop the stopwatch.
 
OSTime OSStopWatchLap (OSStopWatchAtomic *stopWatch)
 Get the current time on the stopwatch.
 
OSTime OSStopWatchReset (OSStopWatchAtomic *stopWatch)
 Stops and resets the stop watch.