Logo
Explore Help
Sign In
ModdingRX/TmpMenu
1
0
Fork 0
You've already forked TmpMenu
mirror of https://github.com/Mr-X-GTA/YimMenu.git synced 2025-06-18 23:17:52 +08:00
Code Issues Actions 1 Packages Projects Releases Wiki Activity
TmpMenu/src/views/core/view_root.cpp

18 lines
265 B
C++
Raw Normal View History

feat(GUI): Simplifying the gui (#118) Co-authored-by: Maddy <59680197+xM4ddy@users.noreply.github.com> Co-authored-by: Yimura <andreas.maerten@scarlet.be>
2022-05-04 19:16:40 +02:00
#include "views/view.hpp"
namespace big
{
void view::root()
{
view::heading();
view::navigation();
view::players();
view::active_view();
feat: reorganize debug screen (#496) * feat(git): greatly simplify ignore list * refactor: removed old include
2022-10-21 22:05:39 +02:00
debug::main();
feat(Outfit Editor): Add [+] & [-] buttons (#1441) * And other general UI improvements
2023-06-23 13:44:06 +05:00
if (g.window.demo) // It is not the YimMenu way.
ImGui::ShowDemoWindow(&g.window.demo);
feat(GUI): Simplifying the gui (#118) Co-authored-by: Maddy <59680197+xM4ddy@users.noreply.github.com> Co-authored-by: Yimura <andreas.maerten@scarlet.be>
2022-05-04 19:16:40 +02:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.4 Page: 62ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API