Changeset 4c202e0 in network-game for client/Client/Client.vcxproj


Ignore:
Timestamp:
Dec 25, 2012, 6:59:58 PM (12 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
3b8adee
Parents:
edfd1d0
Message:

Added Player to the visual studio project, changed Common to use the #defines in Compiler.h, and added basic client support for processing MSG_TYPE_PLAYER messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/Client.vcxproj

    redfd1d0 r4c202e0  
    6464  </ItemDefinitionGroup>
    6565  <ItemGroup>
     66    <ClCompile Include="..\..\common\Common.cpp" />
    6667    <ClCompile Include="..\..\common\Message.cpp" />
     68    <ClCompile Include="..\..\common\Player.cpp" />
    6769    <ClCompile Include="chat.cpp" />
    6870    <ClCompile Include="Button.cpp" />
     
    7678    <ClInclude Include="..\..\common\Compiler.h" />
    7779    <ClInclude Include="..\..\common\Message.h" />
     80    <ClInclude Include="..\..\common\Player.h" />
    7881    <ClInclude Include="chat.h" />
    7982    <ClInclude Include="Button.h" />
Note: See TracChangeset for help on using the changeset viewer.