Update gamelogic.h

This commit is contained in:
Scoots 2017-04-22 17:24:59 -04:00 committed by GitHub
parent f5535a20e5
commit 23598e7534
1 changed files with 2 additions and 2 deletions

View File

@ -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