mirror of
https://github.com/joel16/3DSident.git
synced 2024-11-26 21:10:24 +00:00
8 lines
136 B
C
8 lines
136 B
C
#ifndef _3DSIDENT_MENU_CONTROL_H_
|
|
#define _3DSIDENT_MENU_CONTROL_H_
|
|
|
|
extern bool MENU_STATE_CONTROLS;
|
|
|
|
void Menu_Controls(void);
|
|
|
|
#endif |