add RageDisplay::DrawSymmetricQuadStrip
This commit is contained in:
@@ -76,6 +76,7 @@ protected:
|
||||
void DrawTrianglesInternal( const RageSpriteVertex v[], int iNumVerts ) { }
|
||||
void DrawCompiledGeometryInternal( const RageCompiledGeometry *p, int iMeshIndex ) { }
|
||||
void DrawLineStripInternal( const RageSpriteVertex v[], int iNumVerts, float LineWidth ) { }
|
||||
void DrawSymmetricQuadStripInternal( const RageSpriteVertex v[], int iNumVerts ) { }
|
||||
|
||||
VideoModeParams m_Params;
|
||||
RString TryVideoMode( const VideoModeParams &p, bool &bNewDeviceOut ) { m_Params = p; return RString(); }
|
||||
|
||||
Reference in New Issue
Block a user