PINK: fix letter case

This commit is contained in:
whiterandrek 2018-05-22 22:43:56 +03:00 committed by Eugene Sandulenko
parent a8baeda59e
commit de6932f771

View File

@ -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();