Added support for Boom colormaps

This commit is contained in:
codeimp 2009-05-12 09:50:08 +00:00
parent 63c22e5d2d
commit 16dfffb068
24 changed files with 828 additions and 35 deletions

View file

@ -102,6 +102,16 @@ namespace CodeImp.DoomBuilder.Data
#endregion
#region ================== Colormaps
// When implemented, this loads the colormaps
public virtual ICollection<ImageData> LoadColormaps() { return null; }
// When implemented, this returns the colormap lump
public virtual Stream GetColormapData(string pname) { return null; }
#endregion
#region ================== Textures
// When implemented, this should read the patch names