Changeset 10f6fc2 in network-game for client/Client/Client.vcxproj


Ignore:
Timestamp:
Jul 14, 2013, 9:42:56 PM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
198cf2d
Parents:
9b5d30b
Message:

The client uses MessageProcessor to send/receive messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/Client.vcxproj

    r9b5d30b r10f6fc2  
    6868  <ItemGroup>
    6969    <ClCompile Include="..\..\common\Common.cpp" />
     70    <ClCompile Include="..\..\common\MessageProcessor.cpp" />
    7071    <ClCompile Include="..\..\common\Projectile.cpp" />
    7172    <ClCompile Include="..\..\common\WorldMap.cpp" />
     
    8384    <ClInclude Include="..\..\common\Common.h" />
    8485    <ClInclude Include="..\..\common\Compiler.h" />
     86    <ClInclude Include="..\..\common\MessageProcessor.h" />
    8587    <ClInclude Include="..\..\common\Projectile.h" />
    8688    <ClInclude Include="..\..\common\WorldMap.h" />
Note: See TracChangeset for help on using the changeset viewer.