Player UI tweaks (#1489)

* Redesigned Player UI

* Formatting
This commit is contained in:
DayibBaba
2023-06-22 10:11:56 +02:00
committed by GitHub
parent 57b4b478fb
commit 9936e81bf3
11 changed files with 306 additions and 234 deletions

View File

@ -59,7 +59,7 @@ namespace big
struct navigation_struct
{
const char name[48] = "";
char name[48] = "";
std::function<void()> func = nullptr;
std::map<tabs, navigation_struct> sub_nav{};
rage::joaat_t hash = rage::joaat(name);