Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 26, 2013, 11:43:43 PM (11 years ago)
Author:
landauf
Message:

interfaces which are part of the framework and only rely on the object list for calling all instances may inherit from Listable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/libraries/tools/interfaces/TimeFactorListener.h

    r9563 r9589  
    3131
    3232#include "tools/ToolsPrereqs.h"
    33 #include "core/class/OrxonoxClass.h"
     33#include "core/object/Listable.h"
    3434
    3535namespace orxonox
    3636{
    37     class _ToolsExport TimeFactorListener : virtual public OrxonoxClass
     37    class _ToolsExport TimeFactorListener : virtual public Listable
    3838    {
    3939        public:
Note: See TracChangeset for help on using the changeset viewer.