]> Dogcows Code - chaz/carfire/blobdiff - CarFire/CarFire/CarFire/CarFire.csproj
Fixed path finder thrown exception when finding a path to the cell you are already at.
[chaz/carfire] / CarFire / CarFire / CarFire / CarFire.csproj
index 30d2d0dd703cc40d5e3e1979e3f3c4bb91607483..f4c5b70bb679421a05516e1a41a3e9cc44fb6e17 100644 (file)
     </Reference>\r
   </ItemGroup>\r
   <ItemGroup>\r
+    <Compile Include="GameLogic.cs" />\r
+    <Compile Include="IEntity.cs" />\r
+    <Compile Include="Melee.cs" />\r
+    <Compile Include="Player.cs" />\r
+    <Compile Include="SaberMonster.cs" />\r
+    <Compile Include="MovementManager.cs" />\r
+    <Compile Include="PathFinder.cs" />\r
     <Compile Include="ChatInfo.cs" />\r
+    <Compile Include="Display.cs" />\r
     <Compile Include="Game.cs" />\r
+    <Compile Include="Ranged.cs" />\r
     <Compile Include="IDeterministicGame.cs" />\r
+    <Compile Include="IPlayer.cs" />\r
     <Compile Include="IScreenManager.cs" />\r
     <Compile Include="Map.cs" />\r
     <Compile Include="MapReader.cs" />\r
     <Compile Include="NetworkManager.cs" />\r
     <Compile Include="Parse.cs" />\r
+    <Compile Include="PriorityQueue.cs" />\r
+    <Compile Include="Projectile.cs" />\r
     <Compile Include="Properties\AssemblyInfo.cs" />\r
     <Compile Include="Program.cs" />\r
+    <Compile Include="Script.cs" />\r
+    <Compile Include="Timer.cs" />\r
+    <Compile Include="Trigger.cs" />\r
     <Compile Include="XnaGame.cs" />\r
     <Compile Include="ScreenManager.cs" />\r
   </ItemGroup>\r
This page took 0.02212 seconds and 4 git commands to generate.