mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match a few LegoEntity functions (#445)
* Implement/match a few LegoEntity functions * Add annotations
This commit is contained in:

committed by
GitHub

parent
b1fdb780de
commit
6af0c6cb1a
@@ -24,7 +24,7 @@ public:
|
||||
MxResult Init();
|
||||
|
||||
protected:
|
||||
MxPresenterList* m_presenters;
|
||||
MxPresenterList* m_presenters; // 0x8
|
||||
MxThread* m_thread; // 0xc
|
||||
MxCriticalSection m_criticalSection; // 0x10
|
||||
};
|
||||
|
Reference in New Issue
Block a user