isle/LEGO1/dllmain.cpp

8 lines
146 B
C++
Raw Normal View History

#include "legoinc.h"
2023-05-05 05:54:17 -04:00
// OFFSET: LEGO1 0x10091ee0
2023-05-05 05:54:17 -04:00
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
return TRUE;
}