mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-05-11 19:31:41 +00:00
6 lines
103 B
C
6 lines
103 B
C
#ifndef DEBUG_COURSE_H
|
|
#define DEBUG_COURSE_H
|
|
|
|
void nop_change_course(void);
|
|
|
|
#endif // DEBUG_COURSE_H
|