Fixed a typo
This commit is contained in:
parent
1855c2e1cf
commit
b05a803cd8
6 changed files with 42 additions and 42 deletions
2
types.h
2
types.h
|
|
@ -10,7 +10,7 @@ typedef enum {
|
|||
|
||||
typedef struct {
|
||||
int player;
|
||||
int heigth [ BOARD_WIDTH ];
|
||||
int height [ BOARD_WIDTH ];
|
||||
int column [ BOARD_WIDTH ];
|
||||
} board_t;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue