/* 
   QTTrack.h

   mySTEP QTKit Library global include file

   Author:	H. N. Schaller <hns@computer.org>
   Date:	Nov 2006

   This file is part of the mySTEP Library and is provided
   under the terms of the GNU Library General Public License.
*/ 

#ifndef _mySTEP_H_QTTrack
#define _mySTEP_H_QTTrack

#import <Cocoa/Cocoa.h>

@interface QTTrack : NSObject

@end

#endif /* _mySTEP_H_QTTrack */

