mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-08-03 07:36:20 -04:00
10 lines
297 B
C
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
|