Flappy-Bird_GX2/src/main.h
xhp-creations 1463c318e0 RPX Channel
RPX Channel
2017-01-04 14:19:26 -05:00

19 lines
207 B
C

#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);
#ifdef __cplusplus
}
#endif
#endif