isle/LEGO1/main.cpp
Christian Semmler af071b5e40 Move main out
2024-01-11 09:39:48 -05:00

8 lines
169 B
C++

#include <windows.h>
// FUNCTION: LEGO1 0x10091ee0
__declspec(dllexport) BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
return TRUE;
}