class -> typedef set.

This commit is contained in:
Steve Checkoway
2006-02-07 08:29:36 +00:00
parent 1597b6fe22
commit a65d13c6d1
11 changed files with 19 additions and 17 deletions
+2 -2
View File
@@ -85,9 +85,9 @@ RString RageDisplay_Null::Init( const VideoModeParams &p, bool bAllowUnaccelerat
void RageDisplay_Null::GetDisplayResolutions( DisplayResolutions &out ) const
{
out.s.clear();
out.clear();
DisplayResolution res = { 640, 480 };
out.s.insert( res );
out.insert( res );
}
RageSurface* RageDisplay_Null::CreateScreenshot()