2019-09-10 12:50:01 +03:00

12 lines
219 B
C

#ifndef ALLEGRO_IPHONE
#error bad include
#endif
#ifndef ALLEGRO_LIB_BUILD
#define ALLEGRO_MAGIC_MAIN
#define main _al_mangled_main
#ifdef __cplusplus
extern "C" int _al_mangled_main(int, char **);
#endif
#endif