From 95e29e06dfcf9697526736102855dc9c49b319ce Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sat, 9 Jul 2011 17:29:45 +1200 Subject: [PATCH] add Bits/BitAllocator types --- OpenRA.FileFormats/OpenRA.FileFormats.csproj | 3 +- OpenRA.FileFormats/Primitives/Bits.cs | 65 ++++++++++++++++++++ 2 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 OpenRA.FileFormats/Primitives/Bits.cs diff --git a/OpenRA.FileFormats/OpenRA.FileFormats.csproj b/OpenRA.FileFormats/OpenRA.FileFormats.csproj index 4b712ccb84..ba579962e3 100644 --- a/OpenRA.FileFormats/OpenRA.FileFormats.csproj +++ b/OpenRA.FileFormats/OpenRA.FileFormats.csproj @@ -1,4 +1,4 @@ - + Debug @@ -115,6 +115,7 @@ +