Flappy-Bird_GX2/src/main.h
2019-08-15 11:21:02 +02:00

17 lines
180 B
C

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