2025-07-25 23:08:55 +00:00

10 lines
297 B
C

#ifndef EMSCRIPTEN_EVENTS_H
#define EMSCRIPTEN_EVENTS_H
#include "mxpresenter.h"
void Emscripten_SendPresenterProgress(MxDSAction* p_action, MxPresenter::TickleState p_tickleState);
void Emscripten_SendExtensionProgress(const char* p_extension, MxU32 p_progress);
#endif // EMSCRIPTEN_EVENTS_H