mirror of
https://github.com/zetaPRIME/libstarlight.git
synced 2025-06-26 21:52:47 +00:00
11 lines
126 B
C++
11 lines
126 B
C++
#include <3ds.h>
|
|
|
|
#include "Core.h"
|
|
|
|
int main()
|
|
{
|
|
// jump right to Application instance
|
|
Core().Run();
|
|
return 0;
|
|
}
|