actually all compiles now

This commit is contained in:
Alli
2010-02-18 18:00:04 +13:00
parent cf8a2dd50f
commit 556cc5798d
6 changed files with 86 additions and 85 deletions

View File

@@ -22,7 +22,7 @@ namespace OpenRa.FileFormats.Graphics
public interface IGraphicsDevice
{
IVertexBuffer<Vertex> CreateVertexBuffer<Vertex>( int length );
IVertexBuffer<Vertex> CreateVertexBuffer( int length );
IIndexBuffer CreateIndexBuffer( int length );
ITexture CreateTexture( Bitmap bitmap );