mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 15:37:55 -05:00
7 lines
146 B
C++
7 lines
146 B
C++
#include "legoinc.h"
|
|
|
|
// OFFSET: LEGO1 0x10091ee0
|
|
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
|
{
|
|
return TRUE;
|
|
}
|