From f6d44d6065924f8969599d9ab19f4e1fd4e7e1cc Mon Sep 17 00:00:00 2001 From: bbh Date: Sat, 27 Apr 2024 01:41:04 +0200 Subject: [PATCH] Update board.cpp added a blank at the end bc i care abt u --- board.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}