Untitled

 avatar
unknown
plain_text
2 years ago
143 B
4
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...