SA-MP/announce/announce.cpp
2023-10-19 02:01:32 +02:00

10 lines
157 B
C++

#include <windows.h>
int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow)
{
// TODO: WinMain
return 0;
}