wip(Project): pushing project

This commit is contained in:
Yimura
2021-01-10 16:19:40 +01:00
parent 4fb9823d09
commit 47e4e9c491
15 changed files with 334 additions and 100 deletions

View File

@ -1,4 +1,5 @@
#include "tab_bar.hpp"
#include "features/rid_joiner.hpp"
namespace big
{
@ -6,6 +7,14 @@ namespace big
{
if (ImGui::BeginTabItem("Misc"))
{
if (ImGui::Button("Join R* Id"))
{
QUEUE_JOB_BEGIN_CLAUSE()
{
g_rid_joiner.join_player(143069134);
}QUEUE_JOB_END_CLAUSE
}
ImGui::Text("Set Current Character Level:");
ImGui::SliderInt("##input_levels_self", &g_temp.set_level, 0, 8000);
if (ImGui::Button("Set Level"))