Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/src/game/debug_course.h
7858 views
1
#ifndef DEBUG_COURSE_H
2
#define DEBUG_COURSE_H
3
4
void nop_change_course(void);
5
6
#endif // DEBUG_COURSE_H
7
8