still wip

This commit is contained in:
2026-06-17 14:36:14 -04:00
parent 3c5019bb46
commit f580ced394
5 changed files with 43 additions and 2 deletions

8
src/collision.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef COLLISION_H
#define COLLISION_H
// FUNction declaration! yay!!!
// run by main.c constantly to allow player input.
void checkCollision();
#endif