mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-02-16 19:50:52 -05:00
7 lines
146 B
C++
7 lines
146 B
C++
#include <Windows.h>
|
|
|
|
// OFFSET: LEGO1 0x10091ee0
|
|
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
|
{
|
|
return TRUE;
|
|
}
|