Add new empty methods to cope with updated interface in recent irrlicht
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9038 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
d35913a74c
commit
139834f106
@ -112,6 +112,10 @@ using namespace gui;
|
||||
//! Reads attributes of the element
|
||||
virtual void deserializeAttributes(io::IAttributes* in, io::SAttributeReadWriteOptions* options);
|
||||
|
||||
virtual irr::gui::IGUIFont* getOverrideFont() const { return NULL; }
|
||||
virtual irr::gui::IGUIFont* getActiveFont() const { return NULL; }
|
||||
virtual void setDrawBackground(bool) { }
|
||||
|
||||
protected:
|
||||
//! Breaks the single text line.
|
||||
void breakText();
|
||||
|
Loading…
Reference in New Issue
Block a user