mirror of
https://github.com/wiiu-env/wiiu-nanddumper-payload.git
synced 2024-11-16 16:39:18 +01:00
9 lines
105 B
C
9 lines
105 B
C
|
#ifndef _MENU_H_
|
||
|
#define _MENU_H_
|
||
|
|
||
|
#include "cfw_config.h"
|
||
|
|
||
|
int ShowMenu(cfw_config_t * config);
|
||
|
|
||
|
#endif
|