29 #ifndef THOR_TIMER_HPP
30 #define THOR_TIMER_HPP
35 #include <SFML/System/Time.hpp>
61 sf::Time getRemainingTime()
const;
65 bool isRunning()
const;
69 bool isExpired()
const;
82 virtual void reset(sf::Time timeLimit);
87 virtual void restart(sf::Time timeLimit);
101 #endif // THOR_TIMER_HPP
Pausable clock class that measures elapsed time.
Definition: StopWatch.hpp:46
Definition: AnimationMap.hpp:42
Configuration header of the library.
Clock class that has the semantics of a countdown timer.
Definition: Timer.hpp:46