mirror of
https://github.com/jpd002/Play-.git
synced 2025-05-06 19:01:55 +03:00
7 lines
136 B
C++
7 lines
136 B
C++
![]() |
#include <windows.h>
|
||
|
|
||
|
int WINAPI WinMain(HINSTANCE instance, HINSTANCE prevInstance, LPSTR params, int showCmd)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|