add TODO list

This commit is contained in:
Quinn
2024-06-10 22:21:46 +02:00
parent 5289b233a9
commit b425e77883
2 changed files with 7 additions and 6 deletions

View File

@@ -21,11 +21,6 @@ void level_init(Level* level) {
level->bouncer.width = BOUNCER_WIDTH_DEFAULT;
}
void ball_collisions(struct Ball* ball) {
}
//updates the level
void level_update(Level* level, bool* keys) {
struct Bouncer* bouncer = &level->bouncer;