Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/playability/src/util/track/track.h @ 10084

Last change on this file since 10084 was 10084, checked in by bknecht, 17 years ago

just the creation of the files. Nothing is written in yet.

File size: 190 bytes
Line 
1/*!
2 * @file track.h
3 */
4 
5#ifndef _TRACK_H_
6#define _TRACK_H_
7
8#include "curve.h"
9#include "base_object.h"
10
11class Track : public BaseObject
12{
13     
14     
15     
16     
17}
Note: See TracBrowser for help on using the repository browser.