#include #include #include #include /* Needed if linking in external compiler; harmless otherwise */ #include #include "pt2025.h" #include "pt2025ui.h" int __stdcall WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow) { int pt2025_ID; SetStdioWindowPosition(430, 15); SetStdioWindowSize(300, 995); pt2025_init(0, 2, &pt2025_ID); pt2025ui_init(pt2025_ID); RunUserInterface(); return 0; }