11 lines
126 B
C++
Raw Permalink Normal View History

#include <3ds.h>
#include "Core.h"
int main()
{
2017-03-17 07:11:40 -04:00
// jump right to Application instance
Core().Run();
return 0;
}