you saw nothing

This commit is contained in:
BenCat07 2021-08-06 12:34:02 +02:00
parent 32d15aaa2d
commit 480dd64ce8

View File

@ -229,3 +229,4 @@ extern const char *powerups[POWERUP_COUNT];
bool isTruce(); bool isTruce();
bool GetPlayerInfo(int idx, player_info_s *info); bool GetPlayerInfo(int idx, player_info_s *info);
void setTruce(bool status); void setTruce(bool status);
int GetPlayerForUserID(int userID);