Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 28, 2007, 12:56:17 AM (17 years ago)
Author:
landauf
Message:

added a new class: Language
it's a manager for different language files to store translations of ingame text (it uses the default text, defined in the code, if no translation in the configured language is available)

File:
1 edited

Legend:

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

    r694 r704  
    6060            ClassFactory() {}                               // Don't create
    6161            ClassFactory(const ClassFactory& factory) {}    // Don't copy
    62             ~ClassFactory() {}                              // Don't delete
     62            virtual ~ClassFactory() {}                      // Don't delete
    6363
    6464            static T* createNewObject();
Note: See TracChangeset for help on using the changeset viewer.