homebrew_launcher/src/main.h

19 lines
201 B
C
Raw Normal View History

2016-02-29 22:28:18 +01:00
#ifndef _MAIN_H_
#define _MAIN_H_
#include <stdint.h>
2016-02-29 22:28:18 +01:00
/* Main */
#ifdef __cplusplus
extern "C" {
#endif
//! C wrapper for our C++ functions
int Menu_Main(void);
#ifdef __cplusplus
}
#endif
#endif