fix: add MVideoManager() to mxomni header

This commit is contained in:
ktkaufman03 2023-07-04 21:43:44 -04:00
parent 7b774666c8
commit 4097e0fa0d
No known key found for this signature in database
GPG Key ID: 1E1BF4F2F99E03BB

View File

@ -77,5 +77,6 @@ __declspec(dllexport) MxVariableTable * VariableTable();
__declspec(dllexport) MxMusicManager * MusicManager();
__declspec(dllexport) MxEventManager * EventManager();
__declspec(dllexport) MxNotificationManager * NotificationManager();
MxVideoManager * MVideoManager();
#endif // MXOMNI_H