15 lines
235 B
C++
15 lines
235 B
C++
#ifndef ScreenDownloadMachineStats_H
|
|
#define ScreenDownloadMachineStats_H
|
|
|
|
#include "Screen.h"
|
|
#include "RageTimer.h"
|
|
|
|
class ScreenDownloadMachineStats: public Screen
|
|
{
|
|
public:
|
|
ScreenDownloadMachineStats( CString sName );
|
|
};
|
|
|
|
|
|
#endif
|