Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 25, 2013, 11:05:13 PM (11 years ago)
Author:
landauf
Message:

made some classes (mostly singletons) inherit from Configurable instead of OrxonoxClass when they only need the config value facilities

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/orxonox/sound/SoundManager.h

    r9563 r9578  
    3939
    4040#include "util/Singleton.h"
    41 #include "core/class/OrxonoxClass.h"
     41#include "core/config/Configurable.h"
    4242#include "core/object/SmartPtr.h"
    4343
     
    5959    class _OrxonoxExport SoundManager
    6060    // tolua_end
    61         : public Singleton<SoundManager>, public OrxonoxClass
     61        : public Singleton<SoundManager>, public Configurable
    6262    { // tolua_export
    6363        friend class Singleton<SoundManager>;
Note: See TracChangeset for help on using the changeset viewer.