Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 17, 2008, 9:40:00 PM (16 years ago)
Author:
landauf
Message:

several minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core/src/orxonox/core/Language.h

    r813 r826  
    5353namespace orxonox
    5454{
    55     typedef std::string LanguageEntryName;
    56 
     55    // ###############################
     56    // ###      LanguageEntry      ###
     57    // ###############################
    5758    //! The LanguageEntry class stores the default- and the translated string of a given entry in the language file.
    5859    class _CoreExport LanguageEntry : public OrxonoxClass
     
    8586    template class _CoreExport orxonox::ObjectList<LanguageEntry>;
    8687
     88
     89    // ###############################
     90    // ###         Language        ###
     91    // ###############################
    8792    //! The Language class manges the language files and entries and stores the LanguageEntry objects in a map.
    8893    class _CoreExport Language : public OrxonoxClass
Note: See TracChangeset for help on using the changeset viewer.