haxchi/haxchi_installer/src/main.h

20 lines
210 B
C

//Main.h
#ifndef _MAIN_H_
#define _MAIN_H_
#include <stdint.h>
/* Main */
#ifdef __cplusplus
extern "C" {
#endif
//! C wrapper for our C++ functions
int Menu_Main(void);
#ifdef __cplusplus
}
#endif
#endif