moved everything to src/

This commit is contained in:
Quinn
2024-06-10 20:34:28 +02:00
parent ea38499178
commit d28ebc81dd
8 changed files with 0 additions and 0 deletions

7
src/constants.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
#define SCREEN_WIDTH 960
#define SCREEN_HEIGHT 640
#define BOUNCER_HEIGHT 5
#define BOUNCER_WIDTH_DEFAULT 60
#define BALL_SIZE_DEFAULT 10