Changeset 9587 for code/branches/core6/src/libraries/tools/interfaces
- Timestamp:
- Mar 26, 2013, 11:33:01 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/libraries/tools/interfaces/Tickable.h
r9563 r9587 44 44 #include "tools/ToolsPrereqs.h" 45 45 46 #include "core/class/Orxonox Class.h"46 #include "core/class/OrxonoxInterface.h" 47 47 #include "core/class/Super.h" 48 48 … … 50 50 { 51 51 //! The Tickable interface provides a tick(dt) function, that gets called every frame. 52 class _ToolsExport Tickable : virtual public Orxonox Class52 class _ToolsExport Tickable : virtual public OrxonoxInterface 53 53 { 54 54 public:
Note: See TracChangeset
for help on using the changeset viewer.