void player_guiRm(char *name)
Removes a player GUI.
int player_guiAdd(char *name)
Adds a gui to the player.
char ** player_guiList(void)
Gets the list of GUIs.
int player_guiCheck(char *name)
Check if player has a GUI.
void player_guiCleanup(void)
Cleans up the player's GUI list.