Lint check for invalid building footprint definitions.

This commit is contained in:
Matthias Mailänder
2016-04-24 20:24:28 +02:00
parent 99c7989ebc
commit 13cf193640
2 changed files with 37 additions and 0 deletions

View File

@@ -179,6 +179,7 @@
<Compile Include="HitShapes\Rectangle.cs" />
<Compile Include="HitShapes\Capsule.cs" />
<Compile Include="HitShapes\Circle.cs" />
<Compile Include="Lint\CheckBuildingFootprint.cs" />
<Compile Include="Lint\CheckSequences.cs" />
<Compile Include="Lint\CheckPalettes.cs" />
<Compile Include="Lint\CheckPlayers.cs" />