Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2096 in orxonox.OLD for orxonox/branches/chris/src/world_entity.cc


Ignore:
Timestamp:
Jul 9, 2004, 11:14:42 AM (21 years ago)
Author:
chris
Message:

orxonox/branches/chris: Messed with the Player class, added stuff here and there, debug world now creates a player and bind IO to it. Added some doxygen tags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/chris/src/world_entity.cc

    r2080 r2096  
    4545WorldEntity::~WorldEntity () {}
    4646
    47 Location* WorldEntity::getLocation ()
     47Location* WorldEntity::get_location ()
    4848{
    4949        return &loc;
    5050}
    5151
    52 Placement* WorldEntity::getPlacement ()
     52Placement* WorldEntity::get_placement ()
    5353{
    5454        return &place;
     
    152152        owner = spawnowner;
    153153}
     154
Note: See TracChangeset for help on using the changeset viewer.