GX2_GUI_Template/src/main.h

19 lines
207 B
C
Raw Permalink Normal View History

2016-09-23 14:47:49 +02:00
#ifndef _MAIN_H_
#define _MAIN_H_
#include "common/types.h"
/* Main */
#ifdef __cplusplus
extern "C" {
#endif
//! C wrapper for our C++ functions
int Menu_Main(void);
2017-01-04 16:33:05 +01:00
2016-09-23 14:47:49 +02:00
#ifdef __cplusplus
}
#endif
#endif