N64FlashcartMenu
Loading...
Searching...
No Matches
usb_comm.h
Go to the documentation of this file.
1
7#ifndef USB_COMM_H__
8#define USB_COMM_H__
9
10
11#include "menu_state.h"
12
13
14#ifndef NDEBUG
15void usb_comm_poll (menu_t *menu);
16#else
17#define usb_comm_poll(menu)
18#endif
19
20
21#endif
Menu State.
Menu Structure.
Definition: menu_state.h:64