R-Type  2
Doom but in better
Loading...
Searching...
No Matches
Recoded.hpp
Go to the documentation of this file.
1/*
2** EPITECH PROJECT, 2024
3** rtype (Workspace)
4** File description:
5** Recoded.hpp
6*/
7
13#pragma once
14
15#include "Recoded/Rect.hpp"
16#include "Recoded/ToString.hpp"
Defines a rectangle class (Rect) mimicking sf::Rect without relying on SFML.
Provides custom string conversion functions as alternatives to std::to_string.