You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 26, 2021. It is now read-only.
void shoot_computer(char **pgrid, int lines, int columns, int *x, int *y, bool *shooting, int *X_shooting, int *Y_shooting);
int shooting_stage(int ship_count, char **ships, int *sizes, char *signs, char **pgrid, char **cgrid, int lines, int columns, int turn, bool shooting, int X_shooting, int Y_shooting);