Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2101 in orxonox.OLD for orxonox/branches/chris/src/track.cc


Ignore:
Timestamp:
Jul 10, 2004, 2:00:04 PM (21 years ago)
Author:
chris
Message:

orxonox/branches/chris: Finished the "GETITTOCOMPILE" project… compiling should work now, but linking is a different story

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/chris/src/track.cc

    r2080 r2101  
    1818#include "track.h"
    1919
     20using namespace std;
    2021
    21 using namespace std;
     22Track::Track ()
     23{
     24        ID = 0;
     25        offset = NULL;
     26        end = NULL;
     27        nextID = 0;
     28}
    2229
    2330Track::Track (Uint32 number, Uint32 next, Vector* start, Vector* finish)
Note: See TracChangeset for help on using the changeset viewer.