1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-03-21 04:10:17 -04:00
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;
}