mirror of
https://github.com/zeldaret/ss
synced 2026-08-17 05:21:27 -04:00
intial progress
This commit is contained in:
@@ -28,9 +28,16 @@ public:
|
||||
mpFader->setStatus(status);
|
||||
}
|
||||
|
||||
void fadeIn() {
|
||||
mpFader->fadeIn();
|
||||
}
|
||||
bool calc() {
|
||||
return mpFader->calc();
|
||||
}
|
||||
void setFrame(u16 frame) {
|
||||
mpFader->setFrame(frame);
|
||||
}
|
||||
|
||||
protected:
|
||||
mFaderBase_c *mpFader;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user