FAST vqa render

This commit is contained in:
Paul Chote
2010-08-11 19:54:24 +12:00
parent 96f9f33776
commit 514c92a998
5 changed files with 71 additions and 38 deletions

View File

@@ -71,6 +71,7 @@ namespace OpenRA.FileFormats.Graphics
public interface ITexture
{
void SetData( Bitmap bitmap );
void SetData(int[,] colors);
}
public interface IFont