1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-05-07 19:31:24 -04:00
isle/LEGO1/dllmain.cpp
2023-06-18 23:19:40 -07:00

7 lines
146 B
C++

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