[c-host] provide a platform agnostic method of passing args to app_main

This commit is contained in:
Geoffrey McRae 2019-05-09 19:30:09 +10:00
parent fc907b802f
commit 4617829d41
5 changed files with 63 additions and 30 deletions

View file

@ -21,7 +21,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
#include <stdbool.h>
int app_main();
int app_main(int argc, char * argv[]);
void app_quit();
// these must be implemented for each OS