Files
itgmania212121/stepmania/src/ScreenDownloadMachineStats.h
T

15 lines
235 B
C++
Raw Normal View History

2004-03-14 02:45:49 +00:00
#ifndef ScreenDownloadMachineStats_H
#define ScreenDownloadMachineStats_H
#include "Screen.h"
#include "RageTimer.h"
class ScreenDownloadMachineStats: public Screen
{
public:
ScreenDownloadMachineStats( CString sName );
};
#endif