| 
                Last change
                  on this file since 5768 was
                  5405,
                  checked in by bensch, 20 years ago
           | 
        
        
          | 
               
orxonox/trunk: renamed definition to the right term declaration… 
 
           | 
        
        | 
            File size:
            584 bytes
           | 
      
      
        
  | Line |   | 
|---|
| 1 | /*!  | 
|---|
| 2 |  * @file track_node.h | 
|---|
| 3 |   *  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 DECLARATION */ | 
|---|
| 17 | class TrackManager; | 
|---|
| 18 |  | 
|---|
| 19 | //! A node that follows the track. | 
|---|
| 20 | class TrackNode : public PNode  | 
|---|
| 21 | { | 
|---|
| 22 |  | 
|---|
| 23 |  public: | 
|---|
| 24 |   TrackNode (); | 
|---|
| 25 |   virtual ~TrackNode (); | 
|---|
| 26 |  | 
|---|
| 27 |  private: | 
|---|
| 28 |   TrackManager* trackManager;         //!< reference to the TrackManager | 
|---|
| 29 |  | 
|---|
| 30 | }; | 
|---|
| 31 |  | 
|---|
| 32 | #endif /* _TRACK_NODE_H */ | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.