Забаненный
-
Автор темы
- #1
Hello all
and add this in the render.h
if u have errors it's your problem
Good bye :3
to ur menu.cpp (or gui.cpp or gaymenu.cpp)void tooltip(const char* text)
{
if (ImGui::IsItemHovered())
ImGui::SetTooltip(text);
}
void tooltip(const char* english, const char* russian)
{
tooltip((english, russian));
}
and add this in the render.h
and u see thisvoid tooltip(const char* text);
void tooltip(const char* english, const char* russian);
if u have errors it's your problem
Good bye :3