R-Type
Public Member Functions | List of all members
GameEngine::Clock Class Reference

#include <SfmlTypes.hpp>

Inheritance diagram for GameEngine::Clock:
GameEngine::IClock< sf::Clock >

Public Member Functions

 Clock ()=default
 Default constructor for Clock. More...
 
sf::Clock & getClock () override
 Returns the wrapped sf::Clock. More...
 
- Public Member Functions inherited from GameEngine::IClock< sf::Clock >
 ~IClock ()=default
 Destructor. More...
 

Constructor & Destructor Documentation

◆ Clock()

GameEngine::Clock::Clock ( )
default

Default constructor for Clock.

Member Function Documentation

◆ getClock()

sf::Clock& GameEngine::Clock::getClock ( )
inlineoverridevirtual

Returns the wrapped sf::Clock.

Returns
Reference to the sf::Clock instance

Implements GameEngine::IClock< sf::Clock >.


The documentation for this class was generated from the following file: