mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
PINK: fix letter case
This commit is contained in:
parent
a8baeda59e
commit
de6932f771
@ -50,9 +50,9 @@ public:
|
||||
void init(bool isLoadingSave, const Common::String &pageName);
|
||||
void changePage(const Common::String &pageName);
|
||||
|
||||
void OnLeftButtonDown();
|
||||
void OnMouseMove();
|
||||
void OnKeyboardButtonClick();
|
||||
void onLeftButtonDown();
|
||||
void onMouseMove();
|
||||
void onKeyboardButtonClick();
|
||||
|
||||
PinkEngine *getGame() const;
|
||||
InventoryMgr *getInventoryMgr();
|
||||
|
Loading…
Reference in New Issue
Block a user