mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[c-host] provide a platform agnostic method of passing args to app_main
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user