summaryrefslogtreecommitdiffhomepage
path: root/templates/simple_game/simple_game.c
AgeCommit message (Collapse)Author
2020-01-05Update year to 2020raysan5
2019-04-07Happy new year 2019ChillerDragon
2018-03-16Allow use of main instead of android_mainAhmad Fatoum
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-01-15Review Makefiles and templates-
2017-10-14Review templates for Androidraysan5
- Removed useless templates - Reviewed all Makefiles - Rework some code for Android support - Added resources to advance template
2017-03-19Review contact informationraysan5
2014-09-18Multiple templates to start a gameraysan5
Some basic to advance templates are provided to be use as base code for new games