#ifndef ScreenDownloadMachineStats_H #define ScreenDownloadMachineStats_H #include "Screen.h" #include "RageTimer.h" class ScreenDownloadMachineStats: public Screen { public: ScreenDownloadMachineStats( CString sName ); }; #endif