mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement MxOmni::DoesEntityExist and related (#225)
* Implement MxOmni::DoesEntityExist and related * Rename function for consistency
This commit is contained in:

committed by
GitHub

parent
6931a817a6
commit
5dfb132025
@@ -50,6 +50,8 @@ public:
|
||||
void Unregister(MxCore *p_listener);
|
||||
MxResult Send(MxCore *p_listener, MxNotificationParam *p_param);
|
||||
|
||||
inline MxNotificationPtrList *GetQueue() { return m_queue; }
|
||||
|
||||
private:
|
||||
void FlushPending(MxCore *p_listener);
|
||||
};
|
||||
|
Reference in New Issue
Block a user