Update gamelogic.h
This commit is contained in:
parent
f5535a20e5
commit
23598e7534
|
@ -2,7 +2,7 @@
|
||||||
#define GAME_LOGIC
|
#define GAME_LOGIC
|
||||||
|
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* @author Jacob McCloughan
|
* @author Scoots
|
||||||
* @version 3/03/2017
|
* @version 3/03/2017
|
||||||
*
|
*
|
||||||
* Header file for the Connect Four game logic.
|
* Header file for the Connect Four game logic.
|
||||||
|
@ -126,4 +126,4 @@ int checkWin(char p);
|
||||||
*/
|
*/
|
||||||
int modifyPostition(int row, int col, char c);
|
int modifyPostition(int row, int col, char c);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue