Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9592 for code/branches/core6


Ignore:
Timestamp:
Mar 27, 2013, 9:35:06 PM (11 years ago)
Author:
landauf
Message:

BaseSound requires only the object list → inherit from Listable

File:
1 edited

Legend:

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

    r9563 r9592  
    3535#include <boost/shared_ptr.hpp>
    3636#include <OgreDataStream.h>
    37 #include "core/class/OrxonoxClass.h"
     37#include "core/object/Listable.h"
    3838
    3939namespace orxonox
     
    4343     * It serves as main interface to the OpenAL library.
    4444     */
    45     class _OrxonoxExport BaseSound : virtual public OrxonoxClass
     45    class _OrxonoxExport BaseSound : virtual public Listable
    4646    {
    4747    public:
Note: See TracChangeset for help on using the changeset viewer.