isle/LEGO1/mxomnicreateflags.cpp

18 lines
443 B
C++
Raw Normal View History

2023-06-23 12:17:41 -04:00
#include "mxomnicreateflags.h"
// OFFSET: LEGO1 0x100b0a30
MxOmniCreateFlags::MxOmniCreateFlags()
{
this->CreateObjectFactory(TRUE);
this->CreateVariableTable(TRUE);
this->CreateTickleManager(TRUE);
this->CreateNotificationManager(TRUE);
this->CreateVideoManager(TRUE);
this->CreateSoundManager(TRUE);
this->CreateMusicManager(TRUE);
this->CreateEventManager(TRUE);
2023-06-23 12:17:41 -04:00
this->CreateTimer(TRUE);
this->CreateStreamer(TRUE);
2023-06-23 12:17:41 -04:00
}