mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 16:04:17 +00:00
8 lines
146 B
C++
8 lines
146 B
C++
#include "legoinc.h"
|
|
|
|
// OFFSET: LEGO1 0x10091ee0
|
|
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
|
{
|
|
return TRUE;
|
|
}
|