diff --git a/board.cpp b/board.cpp index 74ad18c..98476e5 100644 --- a/board.cpp +++ b/board.cpp @@ -696,4 +696,4 @@ void Board::handlePress(int x, int y) { if (buttons[i]->checkClick(x, y)) buttons[i]->click(); } } -} \ No newline at end of file +}