having fun reverting changes

This commit is contained in:
KroArtem 2014-03-17 23:56:49 +04:00
parent 66c5d4a645
commit 4dec9c3fc5
2 changed files with 9 additions and 0 deletions

View File

@ -786,7 +786,14 @@ namespace GUIEngine
{
return Private::small_font_height;
} // getSmallFontHeight
// ------------------------------------------------------------------------
int getLargeFontHeight()
{
return Private::large_font_height;
} // getSmallFontHeight
// ------------------------------------------------------------------------
void clear()
{

View File

@ -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();