mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 22:58:09 +00:00
ZVISION: Add missing methods definition
This commit is contained in:
parent
be8cf97674
commit
3131e3aa5a
@ -180,6 +180,9 @@ public:
|
||||
void setRenderDelay(uint);
|
||||
bool canRender();
|
||||
|
||||
void loadSettings();
|
||||
void saveSettings();
|
||||
|
||||
private:
|
||||
void initialize();
|
||||
void initFonts();
|
||||
@ -191,6 +194,8 @@ private:
|
||||
|
||||
void onMouseMove(const Common::Point &pos);
|
||||
void updateRotation();
|
||||
|
||||
void registerDefaultSettings();
|
||||
};
|
||||
|
||||
} // End of namespace ZVision
|
||||
|
Loading…
Reference in New Issue
Block a user