add: IsInGame function

This commit is contained in:
jadis0x
2022-10-01 22:38:02 +03:00
committed by GitHub
parent 761b86fc08
commit 532da087f8

View File

@@ -9,4 +9,5 @@
//define functions the same as in misc.hpp/cpp
namespace Helpers {
bool isPlayerCrawling();
bool IsInGame();
}