Changeset fbcfc35 in network-game for client/Client/Client.vcxproj


Ignore:
Timestamp:
Jun 9, 2013, 5:59:48 PM (12 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
8795a38
Parents:
b978503
Message:

Add the Projectile class to the client project and add a list of projectiles to the client

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/Client.vcxproj

    rb978503 rfbcfc35  
    6565  <ItemGroup>
    6666    <ClCompile Include="..\..\common\Common.cpp" />
     67    <ClCompile Include="..\..\common\Projectile.cpp" />
    6768    <ClCompile Include="..\..\common\WorldMap.cpp" />
    6869    <ClCompile Include="..\..\common\Message.cpp" />
     
    7879    <ClInclude Include="..\..\common\Common.h" />
    7980    <ClInclude Include="..\..\common\Compiler.h" />
     81    <ClInclude Include="..\..\common\Projectile.h" />
    8082    <ClInclude Include="..\..\common\WorldMap.h" />
    8183    <ClInclude Include="..\..\common\Message.h" />
Note: See TracChangeset for help on using the changeset viewer.