diff --git a/include/helpers.hpp b/include/helpers.hpp index 0c3a603f..c0c421ad 100644 --- a/include/helpers.hpp +++ b/include/helpers.hpp @@ -229,3 +229,4 @@ extern const char *powerups[POWERUP_COUNT]; bool isTruce(); bool GetPlayerInfo(int idx, player_info_s *info); void setTruce(bool status); +int GetPlayerForUserID(int userID);