some helper functions added

-
This commit is contained in:
Jadis0x
2024-04-14 22:28:12 +03:00
parent db2dc7b321
commit aefdecc823
6 changed files with 59 additions and 3 deletions

View File

@@ -3,6 +3,8 @@
#include "../main.h"
#include "../settings/settings.hpp"
#include "misc/misc.h"
#include <string>
#include <vector>
@@ -187,7 +189,7 @@ void DrawMapSpecificTab() {
}
if (ImGui::Button("Force start game")) {
//Misc::ForceStart();
Misc::ForceStart();
}
if (ImGui::Button("Knock out everyone")) {