mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
import all functions from lego1 exports
This declares a bunch of classes and functions for us, as well as fixes some declarations that were slightly incorrect (e.g. missing "virtual", etc)
This commit is contained in:
@@ -15,6 +15,8 @@ class LegoInputManager
|
||||
{
|
||||
public:
|
||||
__declspec(dllexport) void QueueEvent(NotificationId id, unsigned char p2, long p3, long p4, unsigned char p5);
|
||||
__declspec(dllexport) void Register(MxCore *);
|
||||
__declspec(dllexport) void UnRegister(MxCore *);
|
||||
|
||||
int m_unk00[0x400];
|
||||
};
|
||||
|
Reference in New Issue
Block a user