add: GetActiveScene() function

This commit is contained in:
jadis0x
2022-10-02 19:30:59 +03:00
committed by GitHub
parent 06ce0d5fda
commit 8f9c904130

View File

@@ -10,4 +10,5 @@
namespace Helpers {
bool isPlayerCrawling();
bool IsInGame();
std::string GetActiveScene();
}