mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 20:26:14 +08:00
8 lines
135 B
C++
8 lines
135 B
C++
#include <Windows.h>
|
|
|
|
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
|
{
|
|
// TODO: DllMain
|
|
return TRUE;
|
|
}
|