29 #ifndef THOR_STOPWATCH_HPP 
   30 #define THOR_STOPWATCH_HPP 
   34 #include <SFML/System/Clock.hpp> 
   35 #include <SFML/System/Time.hpp> 
   57         sf::Time                    getElapsedTime() 
const;
 
   61         bool                        isRunning() 
const;
 
   92 #endif // THOR_STOPWATCH_HPP 
Pausable clock class that measures elapsed time. 
Definition: StopWatch.hpp:46
 
Definition: AnimationMap.hpp:42
 
Configuration header of the library.