removed platform preprocessor

This commit is contained in:
vsaint1 2026-06-01 21:59:24 -03:00
parent bb8ab464d0
commit f3aaba8db8

View File

@ -113,10 +113,6 @@
#define RLAPI // Functions defined as 'extern' by default (implicit specifiers)
#endif
// iOS owns the real main() via UIApplicationMain.
#if defined(PLATFORM_IOS)
#define main raylib_main
#endif
//----------------------------------------------------------------------------------
// Defines and Macros