mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
reorganized repo, implemented mxcore
This commit is contained in:
12
LEGO1/mxtransitionmanager.h
Normal file
12
LEGO1/mxtransitionmanager.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef MXTRANSITIONMANAGER_H
|
||||
#define MXTRANSITIONMANAGER_H
|
||||
|
||||
class MxVideoPresenter;
|
||||
|
||||
class MxTransitionManager
|
||||
{
|
||||
public:
|
||||
void SetWaitIndicator(MxVideoPresenter *videoPresenter);
|
||||
};
|
||||
|
||||
#endif // MXTRANSITIONMANAGER_H
|
Reference in New Issue
Block a user