R-Type  1.0.1.0
Rewrite of the R-Type game with networking ability
Loading...
Searching...
No Matches
Text.hpp
1/*
2** EPITECH PROJECT, 2023
3** Text.hpp
4** File description:
5** Text.hpp
6*/
7
8#ifndef R_TYPE_TEXT_HPP
9#define R_TYPE_TEXT_HPP
10
11#include "uranus/engine/Dependencies.hpp"
12
13namespace engine {
14
15 class Text : public sf::Text {};
16
17} // namespace engine
18
19#endif // R_TYPE_TEXT_HPP
Definition: Text.hpp:15