SDL Utility
|
Essentially a timer. More...
#include <Clock.hpp>
Public Member Functions | |
Clock () | |
Creates a new Clock. It has not yet been started, call Restart() before doing anything else. More... | |
Time | GetElapsedTime () |
Returns the time elapsed since the last Restart() call. More... | |
Time | Restart () |
Restarts the Clock. More... | |
Essentially a timer.
Clock::Clock | ( | ) |