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


Ignore:
Timestamp:
Nov 25, 2012, 1:13:45 AM (12 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
2488852
Parents:
9a3e6b1
Message:

Added a chat class to encapsulate the server messages and text input

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/Client.vcxproj

    r9a3e6b1 r6475138  
    6565  <ItemGroup>
    6666    <ClCompile Include="..\..\common\message.cpp" />
     67    <ClCompile Include="chat.cpp" />
    6768    <ClCompile Include="main.cpp" />
    6869  </ItemGroup>
     
    7071    <ClInclude Include="..\..\common\compiler.h" />
    7172    <ClInclude Include="..\..\common\message.h" />
     73    <ClInclude Include="chat.h" />
    7274  </ItemGroup>
    7375  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Note: See TracChangeset for help on using the changeset viewer.