R-Type  1.0.1.0
Rewrite of the R-Type game with networking ability
Loading...
Searching...
No Matches
Engine.hpp
1/*
2** EPITECH PROJECT, 2023
3** Engine.hpp
4** File description:
5** Engine.hpp
6*/
7
8#ifndef URANUS_ENGINE_HPP
9#define URANUS_ENGINE_HPP
10
11#define WIN_WIDTH (1280)
12#define WIN_HEIGHT (720)
13
14#include "manager/EntityManager.hpp"
15#include "manager/Manager.hpp"
16#include "manager/SceneManager.hpp"
17#include "manager/TextureManager.hpp"
18#include "Systems.hpp"
19#include "uranus/engine/Components.hpp"
20
21#endif // URANUS_ENGINE_HPP