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/libraries/core/class/OrxonoxClass.h

    r9577 r9585  
    3535    @file
    3636    @ingroup Class OrxonoxClass
    37     @brief Declaration of OrxonoxClass, the base class of all objects and interfaces in Orxonox.
     37    @brief Declaration of OrxonoxClass, the base class of all objects in Orxonox.
    3838*/
    3939
     
    4949{
    5050    /**
    51         @brief This is the class from which all objects and interfaces of the game-logic (not the engine) are derived from.
     51        @brief This is the class from which all objects of the game-logic (not the engine) are derived from.
    5252
    53         The BaseObject and Interfaces are derived with @c virtual @c public @c OrxonoxClass from OrxonoxClass.
     53        The BaseObject and other classes are derived with @c virtual @c public @c OrxonoxClass from OrxonoxClass.
    5454    */
    5555    class _CoreExport OrxonoxClass : virtual public Configurable, virtual public Destroyable
Note: See TracChangeset for help on using the changeset viewer.