9 lines
155 B
C
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
|