Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/src/game/debug_course.c
7858 views
1
#include "debug_course.h"
2
3
// This is a seperate file according to Europe/Shindou
4
// versions. It is unknown what this file was for.
5
6
void nop_change_course(void) {
7
}
8
9