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