mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 15:17:23 +08:00
9 lines
214 B
C++
9 lines
214 B
C++
![]() |
#include "gui/components/components.hpp"
|
||
|
#include "fonts/fonts.hpp"
|
||
|
|
||
|
namespace big
|
||
|
{
|
||
|
void components::sub_title(const std::string_view text) {
|
||
|
components::custom_text(text.data(), g->window.font_sub_title);
|
||
|
}
|
||
|
}
|