Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 26, 2005, 3:28:39 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: moved protoclass to folder proto
added protosingleton
added resourceManager
modiefied some stuff to work better

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/world_entity.h

    r3608 r3655  
    1212//class CollisionCluster;
    1313class CharacterAttributes;
    14 class OBJModel;
     14class Model;
    1515
    1616
     
    4848 
    4949 protected:
    50   OBJModel* model;                  //!< The model that should be loaded for this entity.
     50  Model* model;                  //!< The model that should be loaded for this entity.
    5151  CharacterAttributes* charAttr;      //!< the character attributes of a world_entity
    5252 
Note: See TracChangeset for help on using the changeset viewer.