Updated the hearts.cpp

This commit is contained in:
Mathias Wagner 2023-10-02 10:46:04 +02:00
parent 0569c71ced
commit 4c27f12fa9
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -2,6 +2,8 @@
#include <SDL2/SDL_image.h>
#include <vector>
// Compiler options: -Llib -lSDL2 -lSDL2main -lSDL2_image
using namespace std;
int ballX = 0;