wiiu-nanddumper-payload/src/main.h

21 lines
273 B
C

//Main.h
#ifndef _MAIN_H_
#define _MAIN_H_
#include "common/types.h"
#include "dynamic_libs/os_functions.h"
/* Main */
#ifdef __cplusplus
extern "C" {
#endif
//! C wrapper for our C++ functions
int Menu_Main(int argc, char ** argv);
#ifdef __cplusplus
}
#endif
#endif