Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

added OrxonoxInterface, a base class for interfaces within the game logic (in contrast to OrxonoxClass which is for real classes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/orxonox/interfaces/RadarViewable.h

    r9563 r9585  
    3636
    3737#include "util/Math.h"
    38 #include "core/class/OrxonoxClass.h"
     38#include "core/class/OrxonoxInterface.h"
    3939#include "core/object/SmartPtr.h"
    4040
     
    4646    @brief Interface for receiving window events.
    4747    */
    48     class _OrxonoxExport RadarViewable : virtual public OrxonoxClass
     48    class _OrxonoxExport RadarViewable : virtual public OrxonoxInterface
    4949    {
    5050    public:
Note: See TracChangeset for help on using the changeset viewer.