Changeset 9655 for code/branches/core6/src/orxonox/worldentities
- Timestamp:
- Aug 16, 2013, 11:08:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/orxonox/worldentities/WorldEntity.cc
r9629 r9655 61 61 BOOST_STATIC_ASSERT((int)Ogre::Node::TS_WORLD == (int)WorldEntity::World); 62 62 63 RegisterAbstractClass(WorldEntity).inheritsFrom(Class(BaseObject)).inheritsFrom(Class(Synchronisable)); 64 63 65 /** 64 66 @brief
Note: See TracChangeset
for help on using the changeset viewer.