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

@@ -1,5 +1,9 @@
#pragma once
#include <string>
bool IsSinglePlayer();
bool IsOnline();
bool IsHost();
app::Menu* get_HorrorMenu();
std::string get_SceneName();