mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-22 07:53:30 +00:00
10 lines
214 B
C++
10 lines
214 B
C++
#pragma once
|
|
#include "TextBox.h"
|
|
#include <client/Options.h>
|
|
|
|
class TextOption : public TextBox {
|
|
public:
|
|
TextOption(Minecraft* minecraft, OptionId optId);
|
|
|
|
virtual bool loseFocus(Minecraft* minecraft);
|
|
}; |