sm64pc/src/game/object_collision.h

7 lines
122 B
C
Raw Normal View History

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