Files
WrldBox/src/collision.h
2026-06-17 14:36:14 -04:00

9 lines
155 B
C

#ifndef COLLISION_H
#define COLLISION_H
// FUNction declaration! yay!!!
// run by main.c constantly to allow player input.
void checkCollision();
#endif