mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 15:48:48 +00:00
fix compilation
svn-id: r45074
This commit is contained in:
parent
7ba018898e
commit
d9de73e725
@ -49,10 +49,10 @@ public:
|
||||
|
||||
private:
|
||||
void init(void);
|
||||
void SciGuiTransitions::setNewPalette();
|
||||
void SciGuiTransitions::setNewScreen();
|
||||
void SciGuiTransitions::fadeOut();
|
||||
void SciGuiTransitions::fadeIn();
|
||||
void setNewPalette();
|
||||
void setNewScreen();
|
||||
void fadeOut();
|
||||
void fadeIn();
|
||||
|
||||
SciGui *_gui;
|
||||
SciGuiScreen *_screen;
|
||||
|
Loading…
Reference in New Issue
Block a user