mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Android build fixes for c++11
This commit is contained in:
parent
69247ca223
commit
22a891a925
15 changed files with 139 additions and 53 deletions
|
@ -128,6 +128,13 @@ public:
|
|||
//! Reads attributes of the element
|
||||
virtual void deserializeAttributes(io::IAttributes* in, io::SAttributeReadWriteOptions* options);
|
||||
|
||||
virtual bool isDrawBackgroundEnabled() const;
|
||||
virtual bool isDrawBorderEnabled() const;
|
||||
virtual void setCursorChar(const wchar_t cursorChar);
|
||||
virtual wchar_t getCursorChar() const;
|
||||
virtual void setCursorBlinkTime(irr::u32 timeMs);
|
||||
virtual irr::u32 getCursorBlinkTime() const;
|
||||
|
||||
protected:
|
||||
//! Breaks the single text line.
|
||||
void breakText();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue