Lint check for distinct sprite body names

This commit is contained in:
reaperrr
2018-05-18 01:04:47 +02:00
committed by Matthias Mailänder
parent d060f885e8
commit 1c78073808
4 changed files with 39 additions and 0 deletions

View File

@@ -198,6 +198,7 @@
<Compile Include="Lint\CheckChromeHotkeys.cs" />
<Compile Include="Lint\CheckConflictingMouseBounds.cs" />
<Compile Include="Lint\CheckLocomotorReferences.cs" />
<Compile Include="Lint\CheckSpriteBodies.cs" />
<Compile Include="Lint\LintBuildablePrerequisites.cs" />
<Compile Include="Lint\LintExts.cs" />
<Compile Include="LoadScreens\ModContentLoadScreen.cs" />