1
0
Fork 0
mirror of https://github.com/melonDS-emu/melonDS.git synced 2025-03-06 21:00:31 +01:00
melonDS/main.cpp
2016-05-16 17:48:40 +02:00

12 lines
131 B
C++

#include <stdio.h>
#include "NDS.h"
int main()
{
printf("melonDS version uh... 0.1??\n");
NDS::Init();
return 0;
}