sm64coopdx/src/game/object_collision.h
2020-06-20 02:49:59 +03:00

6 lines
122 B
C

#ifndef OBJECT_COLLISION_H
#define OBJECT_COLLISION_H
void detect_object_collisions(void);
#endif // OBJECT_COLLISION_H