mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 15:37:55 -05:00
12 lines
217 B
C++
12 lines
217 B
C++
#ifndef MXTRANSITIONMANAGER_H
|
|
#define MXTRANSITIONMANAGER_H
|
|
|
|
class MxVideoPresenter;
|
|
|
|
class MxTransitionManager
|
|
{
|
|
public:
|
|
void SetWaitIndicator(MxVideoPresenter *videoPresenter);
|
|
};
|
|
|
|
#endif // MXTRANSITIONMANAGER_H
|