Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2141 in orxonox.OLD for orxonox/branches/chris/src/track.h


Ignore:
Timestamp:
Jul 14, 2004, 3:31:42 PM (21 years ago)
Author:
chris
Message:

orxonox/branches/chris: added lots and lots of doxygen tags

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*/
    15
    26#ifndef TRACK_H
     
    59#include "stdincl.h"
    610
     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*/
    716class Track
    817{
Note: See TracChangeset for help on using the changeset viewer.