mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-05 09:46:28 +00:00
6 lines
122 B
C
6 lines
122 B
C
#ifndef OBJECT_COLLISION_H
|
|
#define OBJECT_COLLISION_H
|
|
|
|
void detect_object_collisions(void);
|
|
|
|
#endif // OBJECT_COLLISION_H
|