Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
debug_course.h
Go to the documentation of this file.
1 #ifndef _DEBUG_COURSE_H
2 #define _DEBUG_COURSE_H
3 
4 void nop_change_course(void);
5 
6 #endif
void nop_change_course(void)
Definition: debug_course.c:8