From 4c27f12fa9f847b5aebf641e3370690e066140b1 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 2 Oct 2023 10:46:04 +0200 Subject: [PATCH] Updated the hearts.cpp --- hearts.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hearts.cpp b/hearts.cpp index d655dcb..2535951 100644 --- a/hearts.cpp +++ b/hearts.cpp @@ -2,6 +2,8 @@ #include #include +// Compiler options: -Llib -lSDL2 -lSDL2main -lSDL2_image + using namespace std; int ballX = 0;