isle-portable/LEGO1/main.cpp
Christian Semmler 681c69c4ac initial commit
2024-05-16 19:42:54 -04:00

8 lines
147 B
C++

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