Poke_Transporter_GB/include/dbg/debug_menu_functions.h
Philippe Symons b84939b49a Add debug menu UI when you press L+R in the main menu.
It's only the UI yet. It only shows a couple of dummy options right now.
2026-03-09 19:56:32 +01:00

7 lines
137 B
C

#ifndef _DEBUG_MENU_FUNCTIONS_H
#define _DEBUG_MENU_FUNCTIONS_H
void dbg_menu_print_number(void *context, unsigned user_param);
#endif