mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-07-30 02:53:38 +00:00
[c-host] provide a platform agnostic method of passing args to app_main
This commit is contained in:
parent
fc907b802f
commit
4617829d41
5 changed files with 63 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue