007/src/debugmenu.h

8 lines
111 B
C

#ifndef _DEBUGMENU_H_
#define _DEBUGMENU_H_
#include <ultra64.h>
void blank_debug_buffer_chars(void);
#endif