R-Type
1.0.1.0
Rewrite of the R-Type game with networking ability
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 "uranus/engine/Dependencies.hpp"
12
13
namespace
engine {
14
class
Event
:
public
sf::Event {};
15
}
// namespace engine
16
17
#endif
// URANUS_EVENT_HPP
engine::Event
Definition:
Event.hpp:14
client
include
uranus
engine
components
Event.hpp
Generated by
1.9.5