Skip to content

Commit 1a75c5f

Browse files
committed
updates
1 parent d90c7f3 commit 1a75c5f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

high_score.c

-5
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@
44
#include <unistd.h>
55
#include <arpa/inet.h>
66

7-
// #include "tictactoe.h"
87
#include "high_score.h"
98
#include "helper.h"
109

11-
//void add_winner(int client_fd, enum Player winner) {
12-
// //TODO
13-
//}
14-
1510
#define MAX_BUF_SIZE (0x100)
1611
char winners_list[MAX_BUF_SIZE] = {0};
1712
char outro_message[MAX_BUF_SIZE] = {0};

0 commit comments

Comments
 (0)