R-Type  2
Doom but in better
Loading...
Searching...
No Matches
Clock.hpp File Reference

This is the file that contains the Clock class. More...

#include <SFML/System/Clock.hpp>
#include <SFML/System/Time.hpp>
#include "Log.hpp"
#include "LogMacros.hpp"
#include "Utilities.hpp"
#include "GUI/ECS/EntityNode.hpp"
Include dependency graph for Clock.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  GUI::ECS::Systems::Clock
 A class for managing time tracking within the ECS system. More...
 

Namespaces

namespace  GUI
 
namespace  GUI::ECS
 
namespace  GUI::ECS::Systems
 

Functions

std::ostream & GUI::ECS::Systems::operator<< (std::ostream &os, const Clock &item)
 Outputs the clock's info to a stream.
 

Detailed Description

This is the file that contains the Clock class.

Definition in file Clock.hpp.