#ifndef _TXTRACK_H_ #define _TXTRACK_H_ #include "txMain.h" #include "ifTrack.h" class TxTrack : public IfTrack { public: TxTrack(); }; #endif