added PaletteType enum
This commit is contained in:
10
OpenRa.Game/Graphics/PaletteType.cs
Normal file
10
OpenRa.Game/Graphics/PaletteType.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenRa.Game.Graphics
|
||||
{
|
||||
//Note: should match the ordering in HardwarePalette.cs
|
||||
enum PaletteType { Gold, Blue, Red, Orange, Teal, Salmon, Green, Gray, Shadow, Invuln, Chrome };
|
||||
}
|
||||
Reference in New Issue
Block a user