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/LevelInfo.h

    r9563 r9585  
    4545#include <iostream>
    4646#include <fstream>
    47 #include "core/class/OrxonoxClass.h"
     47#include "core/class/OrxonoxInterface.h"
    4848
    4949namespace orxonox // tolua_export
     
    6161    */
    6262    class _OrxonoxExport LevelInfoItem // tolua_export
    63         : virtual public OrxonoxClass
     63        : virtual public OrxonoxInterface
    6464    { // tolua_export
    6565        public:
Note: See TracChangeset for help on using the changeset viewer.