raylib/templates
Ahmad Fatoum 2c219fb814
Allow use of main instead of android_main
Inspired by #504.
Instead of requiring the user to do PLATFORM_ANDROID #ifdefery,
have the android_main entry point exported by raylib and call
the user-defined main. This way many games could (in theory)
run unmodified on Android and elsewhere.

This is untested!
2018-03-16 21:37:22 +01:00
..
advance_game Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
simple_game Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
standard_game Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
web_shell Support canvas scaling with window 2018-01-15 12:53:14 +01:00