mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement a few registrationbook methods (#703)
* Implement a few registrationbook methods * Match RegistrationBook::HandleKeyPress * Match RegistrationBook::CreateSurface --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
||||
return TRUE;
|
||||
} // vtable+0x64
|
||||
|
||||
inline MxCompositePresenterList& GetList() { return m_list; }
|
||||
inline MxCompositePresenterList* GetList() { return &m_list; }
|
||||
|
||||
protected:
|
||||
MxCompositePresenterList m_list; // 0x40
|
||||
|
Reference in New Issue
Block a user