Untitled

Anonymous
plain_text
08/15/2023 4:19 PM
192 B
15
Indexable
#pragma once

void draw_text(short i_x, short i_y, const std::string& i_text, sf::RenderWindow& i_window, const sf::Texture& i_font_texture);
Editor is loading...