![]() |
R-Type
2
Doom but in better
|
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"
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. | |
This is the file that contains the Clock class.
Definition in file Clock.hpp.