GX2_GUI_Template/src/entry.c

14 lines
402 B
C
Raw Permalink Normal View History

2016-09-23 14:47:49 +02:00
#include <string.h>
2017-01-04 16:33:05 +01:00
#include <coreinit/title.h>
2016-09-23 14:47:49 +02:00
#include "common/common.h"
#include "utils/utils.h"
#include "main.h"
2017-01-04 16:33:05 +01:00
int main(int argc, char **argv)
2016-09-23 14:47:49 +02:00
{
//! *******************************************************************
//! * Jump to our application *
//! *******************************************************************
return Menu_Main();
}