Uranus  1.0.1.0
Uranus is a GameEngine written in C++
Loading...
Searching...
No Matches
Clock.hpp
1/*
2** EPITECH PROJECT, 2023
3** Clock.hpp
4** File description:
5** Clock.hpp
6*/
7
8#ifndef URANUS_CLOCK_HPP
9#define URANUS_CLOCK_HPP
10
11#include "Dependencies.hpp"
12
13namespace engine {
14 class Clock : public sf::Clock {};
15} // namespace engine
16
17#endif // URANUS_CLOCK_HPP
Definition: Clock.hpp:14