Update gamelogic.h
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user