mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-03 16:13:36 +08:00
refactor(GUI): Moved windows to separate folder
This commit is contained in:
parent
c40395731d
commit
a2d55aadff
@ -16,11 +16,11 @@ namespace big
|
|||||||
{
|
{
|
||||||
if (strlen(player_name) == 0)
|
if (strlen(player_name) == 0)
|
||||||
QUEUE_JOB_BEGIN_CLAUSE(&)
|
QUEUE_JOB_BEGIN_CLAUSE(&)
|
||||||
{
|
{
|
||||||
player_name = (char*)PLAYER::GET_PLAYER_NAME(g_playerId);
|
player_name = (char*)PLAYER::GET_PLAYER_NAME(g_playerId);
|
||||||
}QUEUE_JOB_END_CLAUSE
|
}QUEUE_JOB_END_CLAUSE
|
||||||
|
|
||||||
ImGui::MenuItem("Logged in as:", NULL, false, false);
|
ImGui::MenuItem("Logged in as:", NULL, false, false);
|
||||||
ImGui::MenuItem(player_name, NULL, false, false);
|
ImGui::MenuItem(player_name, NULL, false, false);
|
||||||
|
|
||||||
if (ImGui::MenuItem("Am I lobby host?"))
|
if (ImGui::MenuItem("Am I lobby host?"))
|
||||||
@ -68,7 +68,7 @@ namespace big
|
|||||||
{
|
{
|
||||||
if (ImGui::MenuItem(sessions[i].descr))
|
if (ImGui::MenuItem(sessions[i].descr))
|
||||||
{
|
{
|
||||||
QUEUE_JOB_BEGIN_CLAUSE(=)
|
QUEUE_JOB_BEGIN_CLAUSE(= )
|
||||||
{
|
{
|
||||||
features::functions::join_session_type(sessions[i]);
|
features::functions::join_session_type(sessions[i]);
|
||||||
}QUEUE_JOB_END_CLAUSE
|
}QUEUE_JOB_END_CLAUSE
|
Loading…
x
Reference in New Issue
Block a user