mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-30 20:13:31 +00:00
more refactoring for iOS
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#include "Button.h"
|
||||
#include <client/Options.h>
|
||||
#include "Options.h"
|
||||
|
||||
class KeyOption : public Touch::TButton {
|
||||
public:
|
||||
@@ -11,4 +11,4 @@ public:
|
||||
virtual void keyPressed(Minecraft* minecraft, int key);
|
||||
protected:
|
||||
bool m_captureMode;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user