having fun reverting changes
This commit is contained in:
parent
66c5d4a645
commit
4dec9c3fc5
@ -786,7 +786,14 @@ namespace GUIEngine
|
||||
{
|
||||
return Private::small_font_height;
|
||||
} // getSmallFontHeight
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
int getLargeFontHeight()
|
||||
{
|
||||
|
||||
return Private::large_font_height;
|
||||
} // getSmallFontHeight
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
void clear()
|
||||
{
|
||||
|
@ -169,6 +169,8 @@ namespace GUIEngine
|
||||
*/
|
||||
inline Skin* getSkin() { return Private::g_skin; }
|
||||
|
||||
Screen* getScreenNamed(const char* name);
|
||||
|
||||
/** \return the height of the title font in pixels */
|
||||
int getTitleFontHeight();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user