support power impl pretty much done

This commit is contained in:
Chris Forbes
2010-01-08 21:50:27 +13:00
parent 6ff0f82c02
commit 28746d0bcd
7 changed files with 84 additions and 3 deletions

View File

@@ -120,6 +120,8 @@
<Compile Include="Smudge.cs" />
<Compile Include="Sound.cs" />
<Compile Include="SupportPower.cs" />
<Compile Include="SupportPowers\ISupportPowerImpl.cs" />
<Compile Include="SupportPowers\NullPower.cs" />
<Compile Include="Support\Stopwatch.cs" />
<Compile Include="Support\PerfHistory.cs" />
<Compile Include="Traits\AcceptsOre.cs" />