sm64coopdx/src/game/object_collision.h

7 lines
122 B
C
Raw Normal View History

2020-06-02 16:44:34 +00:00
#ifndef OBJECT_COLLISION_H
#define OBJECT_COLLISION_H
2019-08-25 04:46:40 +00:00
2020-06-02 16:44:34 +00:00
void detect_object_collisions(void);
2019-08-25 04:46:40 +00:00
2020-06-02 16:44:34 +00:00
#endif // OBJECT_COLLISION_H