mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-04 00:23:22 +08:00
10 lines
157 B
C++
10 lines
157 B
C++
|
|
||
|
#include <windows.h>
|
||
|
|
||
|
int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow)
|
||
|
{
|
||
|
// TODO: WinMain
|
||
|
return 0;
|
||
|
}
|
||
|
|