Flappy-Bird_GX2/src/main.h

17 lines
180 B
C
Raw Normal View History

2016-10-05 16:03:29 +02:00
#ifndef _MAIN_H_
#define _MAIN_H_
/* Main */
#ifdef __cplusplus
extern "C" {
#endif
//! C wrapper for our C++ functions
int Menu_Main(void);
2017-01-04 20:19:26 +01:00
2016-10-05 16:03:29 +02:00
#ifdef __cplusplus
}
#endif
#endif