Changeset 2141 in orxonox.OLD for orxonox/branches/chris/src/track.h
- Timestamp:
- Jul 14, 2004, 3:31:42 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/chris/src/track.h
r2101 r2141 1 /*! 2 \file track.h 3 \brief Basic level architecture 4 */ 1 5 2 6 #ifndef TRACK_H … … 5 9 #include "stdincl.h" 6 10 11 //! The Red Line through a level 12 /** 13 Handles level boundaries, bound movement mapping, camera placement and scripting. 14 To create special levels with special camera movement, rules or whatever, derive from this base class. 15 */ 7 16 class Track 8 17 {
Note: See TracChangeset
for help on using the changeset viewer.