Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 31, 2005, 1:13:27 PM (18 years ago)
Author:
patrick
Message:

network: inlined some functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/story_entities/game_world.cc

    r6361 r6366  
    454454  delete this->glmis;
    455455}
    456 
    457 
    458 /**
    459  *  this returns the current game time
    460  * @returns elapsed game time
    461 */
    462 double GameWorld::getGameTime()
    463 {
    464   return this->gameTime;
    465 }
    466 
    467456
    468457
     
    695684}
    696685
     686/**
     687 *  sets the track path of this world
     688 * @param name the name of the path
     689 */
    697690void GameWorld::setPath( const char* name)
    698691{
     
    711704}
    712705
    713 const char* GameWorld::getPath( void)
    714 {
    715   return path;
    716 }
Note: See TracChangeset for help on using the changeset viewer.