| 
                Last change
                  on this file since 4178 was
                  3966,
                  checked in by bensch, 21 years ago
           | 
        
        
          | 
               
orxonox/trunk: merged branches/particleEngine into the trunk, because of the new vector class 
merged with command: 
svn merge -r 3922:HEAD particleEngine/ ../trunk/ 
 
not merged src/story_entities/world.cc. will do this at a later time (do not forget) 
 
           | 
        
        | 
            File size:
            556 bytes
           | 
      
      
        
  | Rev | Line |   | 
|---|
| [3522] | 1 | /*!  | 
|---|
 | 2 |     \file track_node.h | 
|---|
 | 3 |     \brief Definition of the TrackNode are located here | 
|---|
 | 4 |      | 
|---|
 | 5 |     the TrackNode is the node, that follows the Track (and the TrackManager)  | 
|---|
 | 6 |     through the level. | 
|---|
 | 7 |     Under normal confitions the Plyaer(s) are  | 
|---|
 | 8 | */ | 
|---|
 | 9 |  | 
|---|
 | 10 |  | 
|---|
 | 11 | #ifndef _TRACK_NODE_H | 
|---|
 | 12 | #define _TRACK_NODE_H | 
|---|
 | 13 |  | 
|---|
 | 14 | #include "p_node.h" | 
|---|
 | 15 |  | 
|---|
 | 16 | /* FORWARD DEFINITION */ | 
|---|
 | 17 | class TrackManager; | 
|---|
 | 18 |  | 
|---|
| [3836] | 19 | class TrackNode : public PNode  | 
|---|
 | 20 | { | 
|---|
| [3522] | 21 |  | 
|---|
 | 22 |  public: | 
|---|
| [3556] | 23 |   TrackNode (); | 
|---|
| [3966] | 24 |   TrackNode (const Vector& absCoordinate); | 
|---|
| [3556] | 25 |  | 
|---|
| [3533] | 26 |   virtual ~TrackNode (); | 
|---|
| [3522] | 27 |  | 
|---|
 | 28 |  private: | 
|---|
 | 29 |   TrackManager* trackManager; | 
|---|
 | 30 |  | 
|---|
 | 31 | }; | 
|---|
 | 32 |  | 
|---|
 | 33 | #endif /* _TRACK_NODE_H */ | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.