From 1b3b50ea3922c885db2bfea19e59b4b7bd2f3f52 Mon Sep 17 00:00:00 2001 From: ShayanEdalatjoo Date: Tue, 14 Apr 2026 22:10:00 +0330 Subject: [PATCH] just a test --- othello.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/othello.cpp b/othello.cpp index 93cfd77..801e990 100644 --- a/othello.cpp +++ b/othello.cpp @@ -42,8 +42,8 @@ void markMoves(); // mark the possible moves that the player can do bool moveCheck(int, int); // checks if the move in the inputed point is possible and outputs true or false based on the global turn variable. void clearMoves(); // clears all the # in the board. void moveUpdate(int, int); // fillips the pices that got flipped by the placed pice in the given point. -void leaderBoard(); // shows the points and the winner of the game. void helpScreen(); // opens the help menu. +void leaderBoard(); // shows the points and the winner of the game. int main() {