mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +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
@@ -7,6 +7,7 @@
|
||||
#include "mxcore.h"
|
||||
#include "mxnotificationparam.h"
|
||||
#include "mxstreamcontroller.h"
|
||||
#include "mxdsobject.h"
|
||||
#include "mxtypes.h"
|
||||
|
||||
// NOTE: This feels like some kind of templated class, maybe something from the
|
||||
@@ -92,11 +93,10 @@ public:
|
||||
|
||||
virtual MxResult Create(); // vtable+0x14
|
||||
|
||||
MxBool FUN_100b9b30(MxDSObject &p_dsObject);
|
||||
MxStreamController *GetOpenStream(const char *p_name);
|
||||
|
||||
MxResult AddStreamControllerToOpenList(MxStreamController *p_stream);
|
||||
|
||||
MxResult MxStreamer::Unknown100b99b0(MxDSAction* p_action);
|
||||
MxResult FUN_100b99b0(MxDSAction* p_action);
|
||||
|
||||
private:
|
||||
list<MxStreamController *> m_openStreams; // 0x8
|
||||
|
Reference in New Issue
Block a user