Shkyera Engine
Easy to use, game engine for Python
Loading...
Searching...
No Matches
Utils.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
4
5#include <UI/Common/Style.hpp>
6
7namespace shkyera::utils::ui {
8
9void drawCenteredTitle(std::string_view text, ImFont* font = style::BIG_FONT);
10
11}
ImFont * BIG_FONT
Definition Style.cpp:15
Definition Utils.cpp:7
void drawCenteredTitle(std::string_view text, ImFont *font)
Definition Utils.cpp:9