Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6635


Ignore:
Timestamp:
Mar 29, 2010, 1:46:38 PM (14 years ago)
Author:
scheusso
Message:

ChatBox.cc compiles fine now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/chat/src/orxonox/graphics/ChatBox.cc

    r6634 r6635  
    241241}
    242242
    243 CEGUI::Font* makeFont(const CEGUI::String& pFontName, const CEGUI::String& pFileName, const CEGUI::String& pSize)
     243CEGUI::Font* ChatBox::makeFont(const CEGUI::String& pFontName, const CEGUI::String& pFileName, const CEGUI::String& pSize)
    244244{
    245245  using namespace CEGUI;
     
    288288}
    289289
    290 void changeFont(const CEGUI::String& pFontLogicalName, const CEGUI::String& pFontSize)
     290void ChatBox::changeFont(const CEGUI::String& pFontLogicalName, const CEGUI::String& pFontSize)
    291291{
    292292  using namespace CEGUI;
Note: See TracChangeset for help on using the changeset viewer.