Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jul 10, 2004, 2:00:04 PM (20 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.h

    r2080 r2101  
    22#ifndef TRACK_H
    33#define TRACK_H
     4
     5#include "stdincl.h"
    46
    57class Track
     
    1214       
    1315 public:
     16        Track ();
    1417  Track (Uint32 number, Uint32 next, Vector* start, Vector* finish);
    1518  ~Track ();
Note: See TracChangeset for help on using the changeset viewer.