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