Merge pull request #3758 from ScottNZ/crashform

Crash improvements: closes #3698 and closes #3700
This commit is contained in:
Matthias Mailänder
2013-08-29 08:35:58 -07:00
5 changed files with 19 additions and 1 deletions

View File

@@ -58,6 +58,8 @@ namespace OpenRA.FileFormats.Graphics
void DisableDepthBuffer();
void SetBlendMode(BlendMode mode);
void Quit();
}
public interface IVertexBuffer<T>