You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
7 lines
103 B
C
7 lines
103 B
C
#ifndef DEBUG_COURSE_H
|
|
#define DEBUG_COURSE_H
|
|
|
|
void nop_change_course(void);
|
|
|
|
#endif // DEBUG_COURSE_H
|