Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

I decided that Synchronisable and Tickable should also be OrxonoxInterfaces; even though they're not part of the game logic they're specifically targeted towards game classes

File:
1 edited

Legend:

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

    r9563 r9587  
    4444#include "tools/ToolsPrereqs.h"
    4545
    46 #include "core/class/OrxonoxClass.h"
     46#include "core/class/OrxonoxInterface.h"
    4747#include "core/class/Super.h"
    4848
     
    5050{
    5151    //! The Tickable interface provides a tick(dt) function, that gets called every frame.
    52     class _ToolsExport Tickable : virtual public OrxonoxClass
     52    class _ToolsExport Tickable : virtual public OrxonoxInterface
    5353    {
    5454        public:
Note: See TracChangeset for help on using the changeset viewer.