Uranus  1.0.1.0
Uranus is a GameEngine written in C++
Loading...
Searching...
No Matches
Dependencies.hpp
1/*
2** EPITECH PROJECT, 2023
3** Dependencies.hpp
4** File description:
5** Dependencies.hpp
6*/
7
8#ifndef URANUS_DEPENDENCIES_HPP
9#define URANUS_DEPENDENCIES_HPP
10
11#include <iostream>
12
13#define LAYER_SIZE 4
14#define MASK_SIZE 4
15
16#include "uranus/ecs/Registry.hpp"
17#include <SFML/Audio.hpp>
18#include <SFML/Graphics.hpp>
19#include <SFML/Window.hpp>
20
21#endif // URANUS_DEPENDENCIES_HPP