1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-05-16 07:41:41 -04:00
isle/LEGO1/dllmain.cpp

8 lines
146 B
C++
Raw Normal View History

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