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
7
namespace
shkyera::utils::ui
{
8
9
void
drawCenteredTitle
(std::string_view text, ImFont* font =
style::BIG_FONT
);
10
11
}
shkyera::style::BIG_FONT
ImFont * BIG_FONT
Definition
Style.cpp:15
shkyera::utils::ui
Definition
Utils.cpp:7
shkyera::utils::ui::drawCenteredTitle
void drawCenteredTitle(std::string_view text, ImFont *font)
Definition
Utils.cpp:9
src
ui
Common
Utils.hpp
Generated by
1.9.8
Franciszek Szewczyk © 2023