tauthon2.7/PC/empty.c
2025-08-15 16:28:06 +02:00

6 lines
137 B
C

#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
return 0;
}