R-Type  1.0.1.0
Rewrite of the R-Type game with networking ability
Loading...
Searching...
No Matches
Uranus.hpp
Go to the documentation of this file.
1/*
2** EPITECH PROJECT, 2023
3** Uranus.hpp
4** File description:
5** Uranus.hpp
6*/
7
8#ifndef URANUS_URANUS_HPP
9#define URANUS_URANUS_HPP
10
16#include "ecs/Components.hpp"
17#include "ecs/Registry.hpp"
18#include "ecs/View.hpp"
19#include "engine/Engine.hpp"
20#include "engine/map/Map.hpp"
21#include "Exceptions.hpp"
22
23#endif // URANUS_URANUS_HPP