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