ewol/sources/ewol/renderer/os/gui.MacOs.Interface.h

16 lines
186 B
C

#ifndef __EWOL_MM_INTERFACE_H__
#define __EWOL_MM_INTERFACE_H__
#ifdef __cplusplus
extern "C" {
#endif
int mm_main(int argc, const char *argv[]);
#ifdef __cplusplus
}
#endif
#endif