Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3521 in orxonox.OLD for orxonox/trunk/src/story_entities/world.h


Ignore:
Timestamp:
Mar 12, 2005, 8:45:59 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: parenting revisited. fixed some bugs some missunderstandings. made it a little more secure to use. still dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.h

    r3475 r3521  
    99#include "stdincl.h"
    1010#include "story_entity.h"
    11 
     11#include "p_node.h"
    1212
    1313class TrackManager;
     
    1919class Light;
    2020class FontSet;
     21
    2122
    2223//! The game world
     
    5152  void spawn (WorldEntity* entity);
    5253  void spawn (WorldEntity* entity, Vector* absCoor, Quaternion* absDir);
    53 
     54  void spawn(WorldEntity* entity, PNode* parentNode, Vector* relCoor, Quaternion* relDir,
     55             parentingMode mode);
    5456
    5557
Note: See TracChangeset for help on using the changeset viewer.