Learning-XDK/Hello World/main.cpp

7 lines
114 B
C++

// Main header file for the XDK
#include <xtl.h>
// Application entry point
void __cdecl main() {
StartGame();
}